#B38013

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

Shades of Dark Goldenrod #B38013

Tints of Dark Goldenrod #B38013

Color information

#B38013 (or 0xB38013) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 80 and 13. RGB value is (179,128,19). Sum of RGB (Red+Green+Blue) = 179+128+19=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B38013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38013 is #4C7FEC. Grayscale: #838383. Windows color (decimal): -5013485 or 1278131. OLE color: 1278131.

HSL color Cylindrical-coordinate representation of color #B38013: hue angle of 40.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B38013 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17912819-
CMYK00.280.890.30
HSL40.88º80.81%38.82%-
HSV(B)40.88º89.39%70.2%-
XYZ26.4325.074.06-
YUV130.8264.9162.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=54.91%
G=39.26%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791281900.280.890.3040.8880.8138.82
HexB3801301C591E295127
Octal26320023034131365112147
Binary1011001110000000100110111001011001111101010011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38013; }

 p { color: rgb(179,128,19); }

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

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

 a { background-color: rgb(179,128,19); }

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

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

 span { border-color: rgb(179,128,19); }

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