#B1840E

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

Shades of Dark Goldenrod #B1840E

Tints of Dark Goldenrod #B1840E

Color information

#B1840E (or 0xB1840E) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 84 and 0E. RGB value is (177,132,14). Sum of RGB (Red+Green+Blue) = 177+132+14=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1840E is #4E7BF1. Grayscale: #848484. Windows color (decimal): -5143538 or 951473. OLE color: 951473.

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

Color convert

RGB17713214-
CMYK00.250.920.31
HSL43.44º85.34%37.45%-
HSV(B)43.44º92.09%69.41%-
XYZ26.4625.884.02-
YUV13261.41160.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 14 (5.86% from 255) = 4.33%
R=54.80%
G=40.87%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771321400.250.920.3143.4485.3437.45
HexB184E0195C1F2b5525
Octal26120416031134375312545
Binary101100011000010011100110011011100111111010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1840E; }

 p { color: rgb(177,132,14); }

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

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

 a { background-color: rgb(177,132,14); }

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

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

 span { border-color: rgb(177,132,14); }

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