#B3883C

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

Shades of Marigold #B3883C

Tints of Marigold #B3883C

Color information

#B3883C (or 0xB3883C) is unknown color: approx Marigold. HEX triplet: B3, 88 and 3C. RGB value is (179,136,60). Sum of RGB (Red+Green+Blue) = 179+136+60=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3883C is #4C77C3. Grayscale: #8C8C8C. Windows color (decimal): -5011396 or 3967155. OLE color: 3967155.

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

Color convert

RGB17913660-
CMYK00.240.660.30
HSL38.32º49.79%46.86%-
HSV(B)38.32º66.48%70.2%-
XYZ28.2127.528.1-
YUV140.1982.75155.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 60 (23.83% from 255) = 16%
R=47.73%
G=36.27%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791366000.240.660.3038.3249.7946.86
HexB3883C018421E26322f
Octal2632107403010236466257
Binary1011001110001000111100011000100001011110100110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3883C; }

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

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

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

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

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

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

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

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