#B19A00

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

Shades of Dark Goldenrod #B19A00

Tints of Dark Goldenrod #B19A00

Color information

#B19A00 (or 0xB19A00) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 9A and 00. RGB value is (177,154,0). Sum of RGB (Red+Green+Blue) = 177+154+0=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 154 (60.55% from 255 or 46.53% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A00 is #4E65FF. Grayscale: #8F8F8F. Windows color (decimal): -5137920 or 39601. OLE color: 39601.

HSL color Cylindrical-coordinate representation of color #B19A00: hue angle of 52.2º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B19A00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1771540-
CMYK00.1310.31
HSL52.2º100%34.71%-
HSV(B)52.2º100%69.41%-
XYZ29.6932.464.7-
YUV143.3247.12152.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.47%
GREEN value IS 154 (60.55% from 255) = 46.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.47%
G=46.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177154000.1310.3152.210034.71
HexB19A00D641F346423
Octal2612320015144376414443
Binary10110001100110100011011100100111111101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A00; }

 p { color: rgb(177,154,0); }

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

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

 a { background-color: rgb(177,154,0); }

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

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

 span { border-color: rgb(177,154,0); }

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