#b2900f

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

Shades of Dark Goldenrod #B2900F

Tints of Dark Goldenrod #B2900F

Color information

#B2900F (or 0xB2900F) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 90 and 0F. RGB value is (178,144,15). Sum of RGB (Red+Green+Blue) = 178+144+15=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2900F is #4D6FF0. Grayscale: #8C8C8C. Windows color (decimal): -5074929 or 1020082. OLE color: 1020082.

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

Color convert

RGB17814415-
CMYK00.190.920.30
HSL47.48º84.46%37.84%-
HSV(B)47.48º91.57%69.8%-
XYZ28.4229.454.64-
YUV139.4657.76155.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 15 (6.25% from 255) = 4.45%
R=52.82%
G=42.73%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781441500.190.920.3047.4884.4637.84
HexB290F0135C1E2f5426
Octal26222017023134365712446
Binary101100101001000011110100111011100111101011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2900f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2900f; }

 p { color: rgb(178,144,15); }

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

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

 a { background-color: rgb(178,144,15); }

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

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

 span { border-color: rgb(178,144,15); }

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