#B1920D

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

Shades of Dark Goldenrod #B1920D

Tints of Dark Goldenrod #B1920D

Color information

#B1920D (or 0xB1920D) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 92 and 0D. RGB value is (177,146,13). Sum of RGB (Red+Green+Blue) = 177+146+13=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1920D is #4E6DF2. Grayscale: #8C8C8C. Windows color (decimal): -5139955 or 889521. OLE color: 889521.

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

Color convert

RGB17714613-
CMYK00.180.930.31
HSL48.66º86.32%37.25%-
HSV(B)48.66º92.66%69.41%-
XYZ28.4829.934.66-
YUV140.1156.27154.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 13 (5.47% from 255) = 3.87%
R=52.68%
G=43.45%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771461300.180.930.3148.6686.3237.25
HexB192D0125D1F315625
Octal26122215022135376112645
Binary101100011001001011010100101011101111111100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1920D; }

 p { color: rgb(177,146,13); }

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

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

 a { background-color: rgb(177,146,13); }

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

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

 span { border-color: rgb(177,146,13); }

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