Color Hex Logo

#bfb563 Color Hex

#BFB563
(191,181,99)
0 Favorites   0 Comments

Color spaces of #bfb563

RGB 19118199
HSL0.150.420.57
HSV53°48°75°
CMYK 0.000.050.48   0.25
XYZ40.261945.025018.3730
Yxy45.02500.38840.4344
Hunter Lab67.1007-10.322230.7361
CIE-Lab72.9084-7.715342.7713

#bfb563 color RGB value is (191,181,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110101 01100011
Octal 277 265 143
Decimal 191 181 99
Hex BF B5 63

RGB Percentages of Color #bfb563

%40.55
%38.43
%21.02

CMYK Percentages of Color #bfb563

%0
%5
%48
%25

Triadic Colors of #bfb563

#bfb563 #63bfb5 #b563bf

Analogous Colors of #bfb563

#bfb563 #9bbf63 #bf8763

Monochromatic Colors of #bfb563

#bfb563

Complementary Color

#bfb563 #636dbf

#bfb563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb563 Color CSS Codes

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

#bfb563 Text Font Color

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

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


#bfb563 Background Color

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

This div background color is #bfb563


#bfb563 Border Color

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

This div border color is #bfb563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb563


Comments

No comments written yet.

Please login to write comment.