Color Hex Logo

#b8948b Color Hex

#B8948B
(184,148,139)
0 Favorites   0 Comments

Color spaces of #b8948b

RGB 184148139
HSL0.030.240.63
HSV12°24°72°
CMYK 0.000.200.24   0.28
XYZ35.017333.234228.9953
Yxy33.23420.36010.3418
Hunter Lab57.64917.538810.5338
CIE-Lab64.350112.10479.8621

#b8948b color RGB value is (184,148,139).

#b8948b hex color red value is 184, green value is 148 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #b8948b hue: 0.03 , saturation: 0.24 and the lightness value of b8948b is 0.63.

The process color (four color CMYK) of #b8948b color hex is 0.00, 0.20, 0.24, 0.28. Web safe color of #b8948b is #cc9999. Color #b8948b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010100 10001011
Octal 270 224 213
Decimal 184 148 139
Hex B8 94 8B

RGB Percentages of Color #b8948b

%39.07
%31.42
%29.51

CMYK Percentages of Color #b8948b

%0
%20
%24
%28

Triadic Colors of #b8948b

#b8948b #8bb894 #948bb8

Analogous Colors of #b8948b

#b8948b #b8ab8b #b88b99

Monochromatic Colors of #b8948b

#b8948b

Complementary Color

#b8948b #8bafb8

#b8948b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8948b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8948b Color CSS Codes

.mybgcolor {background-color:#b8948b; } 
.myforecolor {color:#b8948b; }
.mybordercolor {border:3px solid #b8948b; }

#b8948b Text Font Color

<p style="color:#b8948b">Text here</p>

This sample text font color is #b8948b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b8948b Background Color

<div style="background-color:#b8948b">
Div content here</div>

This div background color is #b8948b


#b8948b Border Color

<div style="border:3px solid #b8948b">
Div here</div>

This div border color is #b8948b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,148,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8948b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8948b;
  -webkit-box-shadow: 1px 1px 3px 2px #b8948b;
  box-shadow:         1px 1px 3px 2px #b8948b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,148,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b8948b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b8948b;
  -webkit-box-shadow: 1px 1px 3px 2px #b8948b;
  box-shadow:         1px 1px 3px 2px #b8948b;">
Div content here</div>

This div box has shadow with color #b8948b


Comments

No comments written yet.

Please login to write comment.