Color Hex Logo

#bfb098 Color Hex

#BFB098
(191,176,152)
0 Favorites   0 Comments

Color spaces of #bfb098

RGB 191176152
HSL0.100.230.67
HSV37°20°75°
CMYK 0.000.080.20   0.25
XYZ42.678744.394036.0253
Yxy44.39400.34670.3606
Hunter Lab66.6288-2.263314.5829
CIE-Lab72.49111.451514.2420

#bfb098 color RGB value is (191,176,152).

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

The process color (four color CMYK) of #bfb098 color hex is 0.00, 0.08, 0.20, 0.25. Web safe color of #bfb098 is #cc9999. Color #bfb098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110000 10011000
Octal 277 260 230
Decimal 191 176 152
Hex BF B0 98

RGB Percentages of Color #bfb098

%36.80
%33.91
%29.29

CMYK Percentages of Color #bfb098

%0
%8
%20
%25

Triadic Colors of #bfb098

#bfb098 #98bfb0 #b098bf

Analogous Colors of #bfb098

#bfb098 #bbbf98 #bf9d98

Monochromatic Colors of #bfb098

#bfb098

Complementary Color

#bfb098 #98a7bf

#bfb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb098 Color CSS Codes

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

#bfb098 Text Font Color

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

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


#bfb098 Background Color

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

This div background color is #bfb098


#bfb098 Border Color

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

This div border color is #bfb098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb098


Comments

No comments written yet.

Please login to write comment.