#B4870E

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

Shades of Dark Goldenrod #B4870E

Tints of Dark Goldenrod #B4870E

Color information

#B4870E (or 0xB4870E) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 87 and 0E. RGB value is (180,135,14). Sum of RGB (Red+Green+Blue) = 180+135+14=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B4870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4870E is #4B78F1. Grayscale: #878787. Windows color (decimal): -4946162 or 952244. OLE color: 952244.

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

Color convert

RGB18013514-
CMYK00.250.920.29
HSL43.73º85.57%38.04%-
HSV(B)43.73º92.22%70.59%-
XYZ27.5727.064.19-
YUV134.6659.91160.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=54.71%
G=41.03%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801351400.250.920.2943.7385.5738.04
HexB487E0195C1D2c5626
Octal26420716031134355412646
Binary101101001000011111100110011011100111011011001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4870E; }

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

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

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

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

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

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

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

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