#B4890E

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

Shades of Dark Goldenrod #B4890E

Tints of Dark Goldenrod #B4890E

Color information

#B4890E (or 0xB4890E) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 89 and 0E. RGB value is (180,137,14). Sum of RGB (Red+Green+Blue) = 180+137+14=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B4890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4890E is #4B76F1. Grayscale: #888888. Windows color (decimal): -4945650 or 952756. OLE color: 952756.

HSL color Cylindrical-coordinate representation of color #B4890E: hue angle of 44.46º 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 #B4890E is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18013714-
CMYK00.240.920.29
HSL44.46º85.57%38.04%-
HSV(B)44.46º92.22%70.59%-
XYZ27.8527.634.28-
YUV135.8459.25159.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.38%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=54.38%
G=41.39%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801371400.240.920.2944.4685.5738.04
HexB489E0185C1D2c5626
Octal26421116030134355412646
Binary101101001000100111100110001011100111011011001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4890E; }

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

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

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

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

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

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

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

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