Color Hex Logo

#bfb480 Color Hex

#BFB480
(191,180,128)
0 Favorites   0 Comments

Color spaces of #bfb480

RGB 191180128
HSL0.140.330.63
HSV50°33°75°
CMYK 0.000.060.33   0.25
XYZ41.703445.277426.9635
Yxy45.27740.36600.3974
Hunter Lab67.2885-7.125923.3436
CIE-Lab73.0742-4.001027.9822

#bfb480 color RGB value is (191,180,128).

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

The process color (four color CMYK) of #bfb480 color hex is 0.00, 0.06, 0.33, 0.25. Web safe color of #bfb480 is #cccc99. Color #bfb480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 10000000
Octal 277 264 200
Decimal 191 180 128
Hex BF B4 80

RGB Percentages of Color #bfb480

%38.28
%36.07
%25.65

CMYK Percentages of Color #bfb480

%0
%6
%33
%25

Triadic Colors of #bfb480

#bfb480 #80bfb4 #b480bf

Analogous Colors of #bfb480

#bfb480 #abbf80 #bf9580

Monochromatic Colors of #bfb480

#bfb480

Complementary Color

#bfb480 #808bbf

#bfb480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb480 Color CSS Codes

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

#bfb480 Text Font Color

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

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


#bfb480 Background Color

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

This div background color is #bfb480


#bfb480 Border Color

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

This div border color is #bfb480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb480


Comments

No comments written yet.

Please login to write comment.