#B3823C

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

Shades of Marigold #B3823C

Tints of Marigold #B3823C

Color information

#B3823C (or 0xB3823C) is unknown color: approx Marigold. HEX triplet: B3, 82 and 3C. RGB value is (179,130,60). Sum of RGB (Red+Green+Blue) = 179+130+60=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3823C is #4C7DC3. Grayscale: #898989. Windows color (decimal): -5012932 or 3965619. OLE color: 3965619.

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

Color convert

RGB17913060-
CMYK00.270.660.30
HSL35.29º49.79%46.86%-
HSV(B)35.29º66.48%70.2%-
XYZ27.3925.887.83-
YUV136.6784.73158.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 60 (23.83% from 255) = 16.26%
R=48.51%
G=35.23%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791306000.270.660.3035.2949.7946.86
HexB3823C01B421E23322f
Octal2632027403310236436257
Binary1011001110000010111100011011100001011110100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3823C; }

 p { color: rgb(179,130,60); }

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

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

 a { background-color: rgb(179,130,60); }

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

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

 span { border-color: rgb(179,130,60); }

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