#B78A1A

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

Shades of Dark Goldenrod #B78A1A

Tints of Dark Goldenrod #B78A1A

Color information

#B78A1A (or 0xB78A1A) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 8A and 1A. RGB value is (183,138,26). Sum of RGB (Red+Green+Blue) = 183+138+26=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78A1A is #4875E5. Grayscale: #8B8B8B. Windows color (decimal): -4748774 or 1739447. OLE color: 1739447.

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

Color convert

RGB18313826-
CMYK00.250.860.28
HSL42.8º75.12%40.98%-
HSV(B)42.8º85.79%71.76%-
XYZ28.828.324.93-
YUV138.6964.41159.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 26 (10.55% from 255) = 7.49%
R=52.74%
G=39.77%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831382600.250.860.2842.875.1240.98
HexB78A1A019561C2b4b29
Octal26721232031126345311351
Binary1011011110001010110100110011010110111001010111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78A1A; }

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

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

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

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

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

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

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

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