Color Hex Logo

#bfb463 Color Hex

#BFB463
(191,180,99)
0 Favorites   0 Comments

Color spaces of #bfb463

RGB 19118099
HSL0.150.420.57
HSV53°48°75°
CMYK 0.000.060.48   0.25
XYZ40.059244.619718.3055
Yxy44.61970.38900.4333
Hunter Lab66.7980-9.848830.5106
CIE-Lab72.6408-7.193142.4455

#bfb463 color RGB value is (191,180,99).

#bfb463 hex color red value is 191, green value is 180 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bfb463 hue: 0.15 , saturation: 0.42 and the lightness value of bfb463 is 0.57.

The process color (four color CMYK) of #bfb463 color hex is 0.00, 0.06, 0.48, 0.25. Web safe color of #bfb463 is #cccc66. Color #bfb463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 01100011
Octal 277 264 143
Decimal 191 180 99
Hex BF B4 63

RGB Percentages of Color #bfb463

%40.64
%38.30
%21.06

CMYK Percentages of Color #bfb463

%0
%6
%48
%25

Triadic Colors of #bfb463

#bfb463 #63bfb4 #b463bf

Analogous Colors of #bfb463

#bfb463 #9cbf63 #bf8663

Monochromatic Colors of #bfb463

#bfb463

Complementary Color

#bfb463 #636ebf

#bfb463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb463 Color CSS Codes

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

#bfb463 Text Font Color

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

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


#bfb463 Background Color

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

This div background color is #bfb463


#bfb463 Border Color

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

This div border color is #bfb463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb463


Comments

No comments written yet.

Please login to write comment.