#B38C13

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

Shades of Dark Goldenrod #B38C13

Tints of Dark Goldenrod #B38C13

Color information

#B38C13 (or 0xB38C13) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8C and 13. RGB value is (179,140,19). Sum of RGB (Red+Green+Blue) = 179+140+19=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C13 is #4C73EC. Grayscale: #8A8A8A. Windows color (decimal): -5010413 or 1281203. OLE color: 1281203.

HSL color Cylindrical-coordinate representation of color #B38C13: hue angle of 45.38º 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 #B38C13 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17914019-
CMYK00.220.890.30
HSL45.38º80.81%38.82%-
HSV(B)45.38º89.39%70.2%-
XYZ28.0928.394.62-
YUV137.8760.92157.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.96%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 19 (7.81% from 255) = 5.62%
R=52.96%
G=41.42%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791401900.220.890.3045.3880.8138.82
HexB38C13016591E2d5127
Octal26321423026131365512147
Binary1011001110001100100110101101011001111101011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C13; }

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

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

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

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

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

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

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

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