#B27D19

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

Shades of Dark Goldenrod #B27D19

Tints of Dark Goldenrod #B27D19

Color information

#B27D19 (or 0xB27D19) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7D and 19. RGB value is (178,125,25). Sum of RGB (Red+Green+Blue) = 178+125+25=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D19 is #4D82E6. Grayscale: #818181. Windows color (decimal): -5079783 or 1670578. OLE color: 1670578.

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

Color convert

RGB17812525-
CMYK00.300.860.30
HSL39.22º75.37%39.8%-
HSV(B)39.22º85.96%69.8%-
XYZ25.8724.24.23-
YUV129.4569.06162.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 25 (10.16% from 255) = 7.62%
R=54.27%
G=38.11%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781252500.300.860.3039.2275.3739.8
HexB27D1901E561E274b28
Octal26217531036126364711350
Binary101100101111101110010111101010110111101001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D19; }

 p { color: rgb(178,125,25); }

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

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

 a { background-color: rgb(178,125,25); }

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

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

 span { border-color: rgb(178,125,25); }

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