Color Hex Logo

#bfb362 Color Hex

#BFB362
(191,179,98)
0 Favorites   0 Comments

Color spaces of #bfb362

RGB 19117998
HSL0.150.420.57
HSV52°49°75°
CMYK 0.000.060.49   0.25
XYZ39.810644.198417.9882
Yxy44.19840.39030.4333
Hunter Lab66.4819-9.454130.4950
CIE-Lab72.3609-6.763942.6045

#bfb362 color RGB value is (191,179,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 01100010
Octal 277 263 142
Decimal 191 179 98
Hex BF B3 62

RGB Percentages of Color #bfb362

%40.81
%38.25
%20.94

CMYK Percentages of Color #bfb362

%0
%6
%49
%25

Triadic Colors of #bfb362

#bfb362 #62bfb3 #b362bf

Analogous Colors of #bfb362

#bfb362 #9dbf62 #bf8562

Monochromatic Colors of #bfb362

#bfb362

Complementary Color

#bfb362 #626ebf

#bfb362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb362 Color CSS Codes

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

#bfb362 Text Font Color

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

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


#bfb362 Background Color

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

This div background color is #bfb362


#bfb362 Border Color

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

This div border color is #bfb362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb362


Comments

No comments written yet.

Please login to write comment.