Color Hex Logo

#bfb235 Color Hex

#BFB235
(191,178,53)
0 Favorites   0 Comments

Color spaces of #bfb235

RGB 19117853
HSL0.150.570.48
HSV54°72°75°
CMYK 0.000.070.72   0.25
XYZ38.048943.17429.6962
Yxy43.17420.41850.4749
Hunter Lab65.7071-11.623737.2457
CIE-Lab71.6730-9.400761.8483

#bfb235 color RGB value is (191,178,53).

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

The process color (four color CMYK) of #bfb235 color hex is 0.00, 0.07, 0.72, 0.25. Web safe color of #bfb235 is #cc9933. Color #bfb235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 00110101
Octal 277 262 65
Decimal 191 178 53
Hex BF B2 35

RGB Percentages of Color #bfb235

%45.26
%42.18
%12.56

CMYK Percentages of Color #bfb235

%0
%7
%72
%25

Triadic Colors of #bfb235

#bfb235 #35bfb2 #b235bf

Analogous Colors of #bfb235

#bfb235 #87bf35 #bf6d35

Monochromatic Colors of #bfb235

#bfb235

Complementary Color

#bfb235 #3542bf

#bfb235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb235 Color CSS Codes

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

#bfb235 Text Font Color

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

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


#bfb235 Background Color

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

This div background color is #bfb235


#bfb235 Border Color

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

This div border color is #bfb235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb235


Comments

No comments written yet.

Please login to write comment.