#B3853F

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

Shades of Marigold #B3853F

Tints of Marigold #B3853F

Color information

#B3853F (or 0xB3853F) is unknown color: approx Marigold. HEX triplet: B3, 85 and 3F. RGB value is (179,133,63). Sum of RGB (Red+Green+Blue) = 179+133+63=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3853F is #4C7AC0. Grayscale: #8B8B8B. Windows color (decimal): -5012161 or 4162995. OLE color: 4162995.

HSL color Cylindrical-coordinate representation of color #B3853F: hue angle of 36.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3853F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17913363-
CMYK00.260.650.30
HSL36.21º47.93%47.45%-
HSV(B)36.21º64.8%70.2%-
XYZ27.8826.728.39-
YUV138.7785.24156.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 63 (25% from 255) = 16.8%
R=47.73%
G=35.47%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791336300.260.650.3036.2147.9347.45
HexB3853F01A411E24302f
Octal2632057703210136446057
Binary1011001110000101111111011010100000111110100100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3853F; }

 p { color: rgb(179,133,63); }

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

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

 a { background-color: rgb(179,133,63); }

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

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

 span { border-color: rgb(179,133,63); }

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