#B1821B

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

Shades of Dark Goldenrod #B1821B

Tints of Dark Goldenrod #B1821B

Color information

#B1821B (or 0xB1821B) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 82 and 1B. RGB value is (177,130,27). Sum of RGB (Red+Green+Blue) = 177+130+27=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1821B is #4E7DE4. Grayscale: #848484. Windows color (decimal): -5144037 or 1802929. OLE color: 1802929.

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

Color convert

RGB17713027-
CMYK00.270.850.31
HSL41.2º73.53%40%-
HSV(B)41.2º84.75%69.41%-
XYZ26.3125.394.55-
YUV132.3168.57159.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 27 (10.94% from 255) = 8.08%
R=52.99%
G=38.92%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771302700.270.850.3141.273.5340
HexB1821B01B551F294a28
Octal26120233033125375111250
Binary1011000110000010110110110111010101111111010011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1821B; }

 p { color: rgb(177,130,27); }

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

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

 a { background-color: rgb(177,130,27); }

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

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

 span { border-color: rgb(177,130,27); }

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