#B38B17

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

Shades of Dark Goldenrod #B38B17

Tints of Dark Goldenrod #B38B17

Color information

#B38B17 (or 0xB38B17) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8B and 17. RGB value is (179,139,23). Sum of RGB (Red+Green+Blue) = 179+139+23=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38B17 is #4C74E8. Grayscale: #8A8A8A. Windows color (decimal): -5010665 or 1543091. OLE color: 1543091.

HSL color Cylindrical-coordinate representation of color #B38B17: hue angle of 44.62º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B38B17 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17913923-
CMYK00.220.870.30
HSL44.62º77.23%39.61%-
HSV(B)44.62º87.15%70.2%-
XYZ27.9828.114.76-
YUV137.7463.25157.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 23 (9.38% from 255) = 6.74%
R=52.49%
G=40.76%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791392300.220.870.3044.6277.2339.61
HexB38B17016571E2d4d28
Octal26321327026127365511550
Binary1011001110001011101110101101010111111101011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B17; }

 p { color: rgb(179,139,23); }

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

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

 a { background-color: rgb(179,139,23); }

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

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

 span { border-color: rgb(179,139,23); }

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