Color Hex Logo

#bfb330 Color Hex

#BFB330
(191,179,48)
0 Favorites   0 Comments

Color spaces of #bfb330

RGB 19117948
HSL0.150.600.47
HSV55°75°75°
CMYK 0.000.060.75   0.25
XYZ38.139543.53009.1883
Yxy43.53000.41980.4791
Hunter Lab65.9773-12.274737.9271
CIE-Lab71.9132-10.143763.8499

#bfb330 color RGB value is (191,179,48).

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

The process color (four color CMYK) of #bfb330 color hex is 0.00, 0.06, 0.75, 0.25. Web safe color of #bfb330 is #cccc33. Color #bfb330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110011 00110000
Octal 277 263 60
Decimal 191 179 48
Hex BF B3 30

RGB Percentages of Color #bfb330

%45.69
%42.82
%11.48

CMYK Percentages of Color #bfb330

%0
%6
%75
%25

Triadic Colors of #bfb330

#bfb330 #30bfb3 #b330bf

Analogous Colors of #bfb330

#bfb330 #84bf30 #bf6c30

Monochromatic Colors of #bfb330

#bfb330

Complementary Color

#bfb330 #303cbf

#bfb330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb330 Color CSS Codes

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

#bfb330 Text Font Color

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

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


#bfb330 Background Color

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

This div background color is #bfb330


#bfb330 Border Color

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

This div border color is #bfb330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb330


Comments

No comments written yet.

Please login to write comment.