#BD7F0E

Color #BD7F0E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BD7F0E

Tints of Dark Goldenrod #BD7F0E

Color information

#BD7F0E (or 0xBD7F0E) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7F and 0E. RGB value is (189,127,14). Sum of RGB (Red+Green+Blue) = 189+127+14=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F0E is #4280F1. Grayscale: #858585. Windows color (decimal): -4358386 or 950205. OLE color: 950205.

HSL color Cylindrical-coordinate representation of color #BD7F0E: hue angle of 38.74º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD7F0E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18912714-
CMYK00.330.930.26
HSL38.74º86.21%39.8%-
HSV(B)38.74º92.59%74.12%-
XYZ28.6526.033.93-
YUV132.6661.04168.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 14 (5.86% from 255) = 4.24%
R=57.27%
G=38.48%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891271400.330.930.2638.7486.2139.8
HexBD7FE0215D1A275628
Octal27517716041135324712650
Binary101111011111111111001000011011101110101001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F0E; }

 p { color: rgb(189,127,14); }

 H1.HeaderClassName
 {
   color: #BD7F0E;
 }
 .AnyTagClassName
 {
   color: #BD7F0E;
 }
</style>
background-color css

<style>
 a { background-color: #BD7F0E; }

 a { background-color: rgb(189,127,14); }

 div.DivClassName
 {
   background-color: #BD7F0E;
 }
 .BgClassName
 {
   background-color: #BD7F0E;
 }
</style>
border-color css

<style>
 span { border-color: #BD7F0E; }

 span { border-color: rgb(189,127,14); }

 td.TdClassName
 {
   border-color: #BD7F0E;
 }
 .TagClassName
 {
   border-color: #BD7F0E;
 }
</style>