#B1891A

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

Shades of Dark Goldenrod #B1891A

Tints of Dark Goldenrod #B1891A

Color information

#B1891A (or 0xB1891A) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 89 and 1A. RGB value is (177,137,26). Sum of RGB (Red+Green+Blue) = 177+137+26=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1891A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1891A is #4E76E5. Grayscale: #888888. Windows color (decimal): -5142246 or 1739185. OLE color: 1739185.

HSL color Cylindrical-coordinate representation of color #B1891A: hue angle of 44.11º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1891A is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17713726-
CMYK00.230.850.31
HSL44.11º74.38%39.8%-
HSV(B)44.11º85.31%69.41%-
XYZ27.2627.314.81-
YUV136.3165.75157.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=52.06%
G=40.29%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771372600.230.850.3144.1174.3839.8
HexB1891A017551F2c4a28
Octal26121132027125375411250
Binary1011000110001001110100101111010101111111011001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1891A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1891A; }

 p { color: rgb(177,137,26); }

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

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

 a { background-color: rgb(177,137,26); }

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

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

 span { border-color: rgb(177,137,26); }

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