#B38B19

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

Shades of Dark Goldenrod #B38B19

Tints of Dark Goldenrod #B38B19

Color information

#B38B19 (or 0xB38B19) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8B and 19. RGB value is (179,139,25). Sum of RGB (Red+Green+Blue) = 179+139+25=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38B19 is #4C74E6. Grayscale: #8A8A8A. Windows color (decimal): -5010663 or 1674163. OLE color: 1674163.

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

Color convert

RGB17913925-
CMYK00.220.860.30
HSL44.42º75.49%40%-
HSV(B)44.42º86.03%70.2%-
XYZ2828.124.87-
YUV137.9664.25157.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=52.19%
G=40.52%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791392500.220.860.3044.4275.4940
HexB38B19016561E2c4b28
Octal26321331026126365411350
Binary1011001110001011110010101101010110111101011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B19; }

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

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

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

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

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

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

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

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