#b28c0c

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

Shades of Dark Goldenrod #B28C0C

Tints of Dark Goldenrod #B28C0C

Color information

#B28C0C (or 0xB28C0C) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 8C and 0C. RGB value is (178,140,12). Sum of RGB (Red+Green+Blue) = 178+140+12=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C0C is #4D73F3. Grayscale: #898989. Windows color (decimal): -5075956 or 822450. OLE color: 822450.

HSL color Cylindrical-coordinate representation of color #B28C0C: hue angle of 46.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B28C0C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB17814012-
CMYK00.210.930.30
HSL46.27º87.37%37.25%-
HSV(B)46.27º93.26%69.8%-
XYZ27.828.254.33-
YUV136.7757.59157.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 12 (5.08% from 255) = 3.64%
R=53.94%
G=42.42%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781401200.210.930.3046.2787.3737.25
HexB28CC0155D1E2e5725
Octal26221414025135365612745
Binary101100101000110011000101011011101111101011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28c0c; }

 p { color: rgb(178,140,12); }

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

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

 a { background-color: rgb(178,140,12); }

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

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

 span { border-color: rgb(178,140,12); }

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