Color Hex Logo

#bfb583 Color Hex

#BFB583
(191,181,131)
0 Favorites   0 Comments

Color spaces of #bfb583

RGB 191181131
HSL0.140.320.63
HSV50°31°75°
CMYK 0.000.050.31   0.25
XYZ42.106545.762828.0866
Yxy45.76280.36310.3947
Hunter Lab67.6482-7.280022.7374
CIE-Lab73.3914-4.147926.8090

#bfb583 color RGB value is (191,181,131).

#bfb583 hex color red value is 191, green value is 181 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bfb583 hue: 0.14 , saturation: 0.32 and the lightness value of bfb583 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 10000011
Octal 277 265 203
Decimal 191 181 131
Hex BF B5 83

RGB Percentages of Color #bfb583

%37.97
%35.98
%26.04

CMYK Percentages of Color #bfb583

%0
%5
%31
%25

Triadic Colors of #bfb583

#bfb583 #83bfb5 #b583bf

Analogous Colors of #bfb583

#bfb583 #abbf83 #bf9783

Monochromatic Colors of #bfb583

#bfb583

Complementary Color

#bfb583 #838dbf

#bfb583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb583 Color CSS Codes

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

#bfb583 Text Font Color

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

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


#bfb583 Background Color

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

This div background color is #bfb583


#bfb583 Border Color

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

This div border color is #bfb583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb583


Comments

No comments written yet.

Please login to write comment.