Color Hex Logo

#bfb646 Color Hex

#BFB646
(191,182,70)
0 Favorites   0 Comments

Color spaces of #bfb646

RGB 19118270
HSL0.150.490.51
HSV56°63°75°
CMYK 0.000.050.63   0.25
XYZ39.319344.974512.4029
Yxy44.97450.40660.4651
Hunter Lab67.0630-12.705135.9788
CIE-Lab72.8751-10.525656.2822

#bfb646 color RGB value is (191,182,70).

#bfb646 hex color red value is 191, green value is 182 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bfb646 hue: 0.15 , saturation: 0.49 and the lightness value of bfb646 is 0.51.

The process color (four color CMYK) of #bfb646 color hex is 0.00, 0.05, 0.63, 0.25. Web safe color of #bfb646 is #cccc33. Color #bfb646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110110 01000110
Octal 277 266 106
Decimal 191 182 70
Hex BF B6 46

RGB Percentages of Color #bfb646

%43.12
%41.08
%15.80

CMYK Percentages of Color #bfb646

%0
%5
%63
%25

Triadic Colors of #bfb646

#bfb646 #46bfb6 #b646bf

Analogous Colors of #bfb646

#bfb646 #8cbf46 #bf7a46

Monochromatic Colors of #bfb646

#bfb646

Complementary Color

#bfb646 #464fbf

#bfb646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb646 Color CSS Codes

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

#bfb646 Text Font Color

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

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


#bfb646 Background Color

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

This div background color is #bfb646


#bfb646 Border Color

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

This div border color is #bfb646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb646


Comments

No comments written yet.

Please login to write comment.