Color Hex Logo

#bfb198 Color Hex

#BFB198
(191,177,152)
0 Favorites   0 Comments

Color spaces of #bfb198

RGB 191177152
HSL0.110.230.67
HSV38°20°75°
CMYK 0.000.070.20   0.25
XYZ42.875544.787636.0909
Yxy44.78760.34650.3619
Hunter Lab66.9235-2.757714.8722
CIE-Lab72.75180.915114.6077

#bfb198 color RGB value is (191,177,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110001 10011000
Octal 277 261 230
Decimal 191 177 152
Hex BF B1 98

RGB Percentages of Color #bfb198

%36.73
%34.04
%29.23

CMYK Percentages of Color #bfb198

%0
%7
%20
%25

Triadic Colors of #bfb198

#bfb198 #98bfb1 #b198bf

Analogous Colors of #bfb198

#bfb198 #babf98 #bf9e98

Monochromatic Colors of #bfb198

#bfb198

Complementary Color

#bfb198 #98a6bf

#bfb198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb198 Color CSS Codes

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

#bfb198 Text Font Color

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

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


#bfb198 Background Color

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

This div background color is #bfb198


#bfb198 Border Color

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

This div border color is #bfb198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb198


Comments

No comments written yet.

Please login to write comment.