#B19308

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

Shades of Dark Goldenrod #B19308

Tints of Dark Goldenrod #B19308

Color information

#B19308 (or 0xB19308) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 93 and 08. RGB value is (177,147,8). Sum of RGB (Red+Green+Blue) = 177+147+8=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B19308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19308 is #4E6CF7. Grayscale: #8C8C8C. Windows color (decimal): -5139704 or 562097. OLE color: 562097.

HSL color Cylindrical-coordinate representation of color #B19308: hue angle of 49.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B19308 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1771478-
CMYK00.170.950.31
HSL49.35º91.35%36.27%-
HSV(B)49.35º95.48%69.41%-
XYZ28.6130.234.56-
YUV140.1253.44154.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 8 (3.52% from 255) = 2.41%
R=53.31%
G=44.28%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177147800.170.950.3149.3591.3536.27
HexB19380115F1F315b24
Octal26122310021137376113344
Binary101100011001001110000100011011111111111100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19308; }

 p { color: rgb(177,147,8); }

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

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

 a { background-color: rgb(177,147,8); }

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

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

 span { border-color: rgb(177,147,8); }

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