Color Hex Logo

#bfb998 Color Hex

#BFB998
(191,185,152)
0 Favorites   0 Comments

Color spaces of #bfb998

RGB 191185152
HSL0.140.230.67
HSV51°20°75°
CMYK 0.000.030.20   0.25
XYZ44.502348.041336.6331
Yxy48.04130.34450.3719
Hunter Lab69.3118-6.688117.1820
CIE-Lab74.8510-3.343217.5372

#bfb998 color RGB value is (191,185,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 10011000
Octal 277 271 230
Decimal 191 185 152
Hex BF B9 98

RGB Percentages of Color #bfb998

%36.17
%35.04
%28.79

CMYK Percentages of Color #bfb998

%0
%3
%20
%25

Triadic Colors of #bfb998

#bfb998 #98bfb9 #b998bf

Analogous Colors of #bfb998

#bfb998 #b2bf98 #bfa698

Monochromatic Colors of #bfb998

#bfb998

Complementary Color

#bfb998 #989ebf

#bfb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb998 Color CSS Codes

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

#bfb998 Text Font Color

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

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


#bfb998 Background Color

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

This div background color is #bfb998


#bfb998 Border Color

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

This div border color is #bfb998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,185,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 #bfb998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb998


Comments

No comments written yet.

Please login to write comment.