#B3840B

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

Shades of Dark Goldenrod #B3840B

Tints of Dark Goldenrod #B3840B

Color information

#B3840B (or 0xB3840B) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 84 and 0B. RGB value is (179,132,11). Sum of RGB (Red+Green+Blue) = 179+132+11=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3840B is #4C7BF4. Grayscale: #848484. Windows color (decimal): -5012469 or 754867. OLE color: 754867.

HSL color Cylindrical-coordinate representation of color #B3840B: hue angle of 43.21º 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 #B3840B is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17913211-
CMYK00.260.940.30
HSL43.21º88.42%37.25%-
HSV(B)43.21º93.85%70.2%-
XYZ26.926.113.94-
YUV132.2659.57161.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 11 (4.69% from 255) = 3.42%
R=55.59%
G=40.99%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791321100.260.940.3043.2188.4237.25
HexB384B01A5E1E2b5825
Octal26320413032136365313045
Binary101100111000010010110110101011110111101010111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3840B; }

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

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

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

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

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

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

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

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