#B6730C

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

Shades of Dark Goldenrod #B6730C

Tints of Dark Goldenrod #B6730C

Color information

#B6730C (or 0xB6730C) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 73 and 0C. RGB value is (182,115,12). Sum of RGB (Red+Green+Blue) = 182+115+12=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6730C is #498CF3. Grayscale: #7B7B7B. Windows color (decimal): -4820212 or 816054. OLE color: 816054.

HSL color Cylindrical-coordinate representation of color #B6730C: hue angle of 36.35º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6730C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18211512-
CMYK00.370.930.29
HSL36.35º87.63%38.04%-
HSV(B)36.35º93.41%71.37%-
XYZ25.4922.233.3-
YUV123.2965.2169.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 12 (5.08% from 255) = 3.88%
R=58.90%
G=37.22%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821151200.370.930.2936.3587.6338.04
HexB673C0255D1D245826
Octal26616314045135354413046
Binary101101101110011110001001011011101111011001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6730C; }

 p { color: rgb(182,115,12); }

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

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

 a { background-color: rgb(182,115,12); }

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

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

 span { border-color: rgb(182,115,12); }

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