Color Hex Logo

#bfa00c Color Hex

#BFA00C
(191,160,12)
0 Favorites   0 Comments

Color spaces of #bfa00c

RGB 19116012
HSL0.140.880.40
HSV50°94°75°
CMYK 0.000.160.94   0.25
XYZ34.123036.24455.5452
Yxy36.24450.44950.4774
Hunter Lab60.2034-4.183036.6813
CIE-Lab66.7063-1.129268.4634

#bfa00c color RGB value is (191,160,12).

#bfa00c hex color red value is 191, green value is 160 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bfa00c hue: 0.14 , saturation: 0.88 and the lightness value of bfa00c is 0.40.

The process color (four color CMYK) of #bfa00c color hex is 0.00, 0.16, 0.94, 0.25. Web safe color of #bfa00c is #cc9900. Color #bfa00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 00001100
Octal 277 240 14
Decimal 191 160 12
Hex BF A0 C

RGB Percentages of Color #bfa00c

%52.62
%44.08
%3.31

CMYK Percentages of Color #bfa00c

%0
%16
%94
%25

Triadic Colors of #bfa00c

#bfa00c #0cbfa0 #a00cbf

Analogous Colors of #bfa00c

#bfa00c #85bf0c #bf470c

Monochromatic Colors of #bfa00c

#bfa00c

Complementary Color

#bfa00c #0c2bbf

#bfa00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa00c Color CSS Codes

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

#bfa00c Text Font Color

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

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


#bfa00c Background Color

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

This div background color is #bfa00c


#bfa00c Border Color

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

This div border color is #bfa00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa00c


Comments

No comments written yet.

Please login to write comment.