#B78A0E

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

Shades of Dark Goldenrod #B78A0E

Tints of Dark Goldenrod #B78A0E

Color information

#B78A0E (or 0xB78A0E) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 8A and 0E. RGB value is (183,138,14). Sum of RGB (Red+Green+Blue) = 183+138+14=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78A0E is #4875F1. Grayscale: #898989. Windows color (decimal): -4748786 or 953015. OLE color: 953015.

HSL color Cylindrical-coordinate representation of color #B78A0E: hue angle of 44.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B78A0E is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB18313814-
CMYK00.250.920.28
HSL44.02º85.79%38.63%-
HSV(B)44.02º92.35%71.76%-
XYZ28.728.284.36-
YUV137.3258.41160.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 138 (54.30% from 255) = 41.19%
BLUE value IS 14 (5.86% from 255) = 4.18%
R=54.63%
G=41.19%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831381400.250.920.2844.0285.7938.63
HexB78AE0195C1C2c5627
Octal26721216031134345412647
Binary101101111000101011100110011011100111001011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A0E; }

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

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

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

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

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

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

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

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