#B38D19

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

Shades of Dark Goldenrod #B38D19

Tints of Dark Goldenrod #B38D19

Color information

#B38D19 (or 0xB38D19) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 8D and 19. RGB value is (179,141,25). Sum of RGB (Red+Green+Blue) = 179+141+25=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D19 is #4C72E6. Grayscale: #8B8B8B. Windows color (decimal): -5010151 or 1674675. OLE color: 1674675.

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

Color convert

RGB17914125-
CMYK00.210.860.30
HSL45.19º75.49%40%-
HSV(B)45.19º86.03%70.2%-
XYZ28.2928.74.97-
YUV139.1463.59156.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 25 (10.16% from 255) = 7.25%
R=51.88%
G=40.87%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791412500.210.860.3045.1975.4940
HexB38D19015561E2d4b28
Octal26321531025126365511350
Binary1011001110001101110010101011010110111101011011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D19; }

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

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

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

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

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

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

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

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