#B2940D

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

Shades of Dark Goldenrod #B2940D

Tints of Dark Goldenrod #B2940D

Color information

#B2940D (or 0xB2940D) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 94 and 0D. RGB value is (178,148,13). Sum of RGB (Red+Green+Blue) = 178+148+13=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2940D is #4D6BF2. Grayscale: #8E8E8E. Windows color (decimal): -5073907 or 890034. OLE color: 890034.

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

Color convert

RGB17814813-
CMYK00.170.930.30
HSL49.09º86.39%37.45%-
HSV(B)49.09º92.7%69.8%-
XYZ29.0230.674.77-
YUV141.5855.44153.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 13 (5.47% from 255) = 3.83%
R=52.51%
G=43.66%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781481300.170.930.3049.0986.3937.45
HexB294D0115D1E315625
Octal26222415021135366112645
Binary101100101001010011010100011011101111101100011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2940D; }

 p { color: rgb(178,148,13); }

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

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

 a { background-color: rgb(178,148,13); }

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

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

 span { border-color: rgb(178,148,13); }

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