Color Hex Logo

#bfb598 Color Hex

#BFB598
(191,181,152)
0 Favorites   0 Comments

Color spaces of #bfb598

RGB 191181152
HSL0.120.230.67
HSV45°20°75°
CMYK 0.000.050.20   0.25
XYZ43.677246.391136.3581
Yxy46.39110.34550.3669
Hunter Lab68.1110-4.728516.0283
CIE-Lab73.7986-1.221516.0717

#bfb598 color RGB value is (191,181,152).

#bfb598 hex color red value is 191, green value is 181 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bfb598 hue: 0.12 , saturation: 0.23 and the lightness value of bfb598 is 0.67.

The process color (four color CMYK) of #bfb598 color hex is 0.00, 0.05, 0.20, 0.25. Web safe color of #bfb598 is #cccc99. Color #bfb598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 10011000
Octal 277 265 230
Decimal 191 181 152
Hex BF B5 98

RGB Percentages of Color #bfb598

%36.45
%34.54
%29.01

CMYK Percentages of Color #bfb598

%0
%5
%20
%25

Triadic Colors of #bfb598

#bfb598 #98bfb5 #b598bf

Analogous Colors of #bfb598

#bfb598 #b6bf98 #bfa298

Monochromatic Colors of #bfb598

#bfb598

Complementary Color

#bfb598 #98a2bf

#bfb598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb598 Color CSS Codes

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

#bfb598 Text Font Color

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

This sample text font color is #bfb598
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.


#bfb598 Background Color

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

This div background color is #bfb598


#bfb598 Border Color

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

This div border color is #bfb598


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,181,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfb598; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfb598;
  -webkit-box-shadow: 1px 1px 3px 2px #bfb598;
  box-shadow:         1px 1px 3px 2px #bfb598; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,181,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb598


Comments

No comments written yet.

Please login to write comment.