#B3910B

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

Shades of Dark Goldenrod #B3910B

Tints of Dark Goldenrod #B3910B

Color information

#B3910B (or 0xB3910B) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 91 and 0B. RGB value is (179,145,11). Sum of RGB (Red+Green+Blue) = 179+145+11=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3910B is #4C6EF4. Grayscale: #8C8C8C. Windows color (decimal): -5009141 or 758195. OLE color: 758195.

HSL color Cylindrical-coordinate representation of color #B3910B: hue angle of 47.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3910B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17914511-
CMYK00.190.940.30
HSL47.86º88.42%37.25%-
HSV(B)47.86º93.85%70.2%-
XYZ28.7829.864.56-
YUV139.8955.26155.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 11 (4.69% from 255) = 3.28%
R=53.43%
G=43.28%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791451100.190.940.3047.8688.4237.25
HexB391B0135E1E305825
Octal26322113023136366013045
Binary101100111001000110110100111011110111101100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3910B; }

 p { color: rgb(179,145,11); }

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

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

 a { background-color: rgb(179,145,11); }

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

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

 span { border-color: rgb(179,145,11); }

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