#B4910E

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

Shades of Dark Goldenrod #B4910E

Tints of Dark Goldenrod #B4910E

Color information

#B4910E (or 0xB4910E) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 91 and 0E. RGB value is (180,145,14). Sum of RGB (Red+Green+Blue) = 180+145+14=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4910E is #4B6EF1. Grayscale: #8D8D8D. Windows color (decimal): -4943602 or 954804. OLE color: 954804.

HSL color Cylindrical-coordinate representation of color #B4910E: hue angle of 47.35º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4910E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18014514-
CMYK00.190.920.29
HSL47.35º85.57%38.04%-
HSV(B)47.35º92.22%70.59%-
XYZ29.0329.994.67-
YUV140.5356.6156.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 14 (5.86% from 255) = 4.13%
R=53.10%
G=42.77%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801451400.190.920.2947.3585.5738.04
HexB491E0135C1D2f5626
Octal26422116023134355712646
Binary101101001001000111100100111011100111011011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4910E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4910E; }

 p { color: rgb(180,145,14); }

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

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

 a { background-color: rgb(180,145,14); }

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

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

 span { border-color: rgb(180,145,14); }

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