#B48A0E

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

Shades of Dark Goldenrod #B48A0E

Tints of Dark Goldenrod #B48A0E

Color information

#B48A0E (or 0xB48A0E) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 8A and 0E. RGB value is (180,138,14). Sum of RGB (Red+Green+Blue) = 180+138+14=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A0E is #4B75F1. Grayscale: #888888. Windows color (decimal): -4945394 or 953012. OLE color: 953012.

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

Color convert

RGB18013814-
CMYK00.230.920.29
HSL44.82º85.57%38.04%-
HSV(B)44.82º92.22%70.59%-
XYZ27.9927.914.33-
YUV136.4258.91159.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 14 (5.86% from 255) = 4.22%
R=54.22%
G=41.57%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801381400.230.920.2944.8285.5738.04
HexB48AE0175C1D2d5626
Octal26421216027134355512646
Binary101101001000101011100101111011100111011011011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A0E; }

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

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

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

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

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

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

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

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