#B68913

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

Shades of Dark Goldenrod #B68913

Tints of Dark Goldenrod #B68913

Color information

#B68913 (or 0xB68913) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 89 and 13. RGB value is (182,137,19). Sum of RGB (Red+Green+Blue) = 182+137+19=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68913 is #4976EC. Grayscale: #898989. Windows color (decimal): -4814573 or 1280438. OLE color: 1280438.

HSL color Cylindrical-coordinate representation of color #B68913: hue angle of 43.44º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68913 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18213719-
CMYK00.250.900.29
HSL43.44º81.09%39.41%-
HSV(B)43.44º89.56%71.37%-
XYZ28.3527.884.5-
YUV13761.41160.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 19 (7.81% from 255) = 5.62%
R=53.85%
G=40.53%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821371900.250.900.2943.4481.0939.41
HexB689130195A1D2b5127
Octal26621123031132355312147
Binary1011011010001001100110110011011010111011010111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68913; }

 p { color: rgb(182,137,19); }

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

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

 a { background-color: rgb(182,137,19); }

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

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

 span { border-color: rgb(182,137,19); }

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