#B38A13

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

Shades of Dark Goldenrod #B38A13

Tints of Dark Goldenrod #B38A13

Color information

#B38A13 (or 0xB38A13) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8A and 13. RGB value is (179,138,19). Sum of RGB (Red+Green+Blue) = 179+138+19=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38A13 is #4C75EC. Grayscale: #898989. Windows color (decimal): -5010925 or 1280691. OLE color: 1280691.

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

Color convert

RGB17913819-
CMYK00.230.890.30
HSL44.62º80.81%38.82%-
HSV(B)44.62º89.39%70.2%-
XYZ27.827.814.52-
YUV136.6961.58158.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.27%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 19 (7.81% from 255) = 5.65%
R=53.27%
G=41.07%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791381900.230.890.3044.6280.8138.82
HexB38A13017591E2d5127
Octal26321223027131365512147
Binary1011001110001010100110101111011001111101011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38A13; }

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

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

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

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

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

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

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

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