#B19100

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

Shades of Dark Goldenrod #B19100

Tints of Dark Goldenrod #B19100

Color information

#B19100 (or 0xB19100) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 91 and 00. RGB value is (177,145,0). Sum of RGB (Red+Green+Blue) = 177+145+0=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B19100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19100 is #4E6EFF. Grayscale: #8A8A8A. Windows color (decimal): -5140224 or 37297. OLE color: 37297.

HSL color Cylindrical-coordinate representation of color #B19100: hue angle of 49.15º 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 #B19100 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1771450-
CMYK00.1810.31
HSL49.15º100%34.71%-
HSV(B)49.15º100%69.41%-
XYZ28.2629.64.22-
YUV138.0450.1155.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.97%
G=45.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177145000.1810.3149.1510034.71
HexB1910012641F316423
Octal2612210022144376114443
Binary101100011001000100100101100100111111100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19100; }

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

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

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

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

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

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

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

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