#B3803B

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

Shades of Marigold #B3803B

Tints of Marigold #B3803B

Color information

#B3803B (or 0xB3803B) is unknown color: approx Marigold. HEX triplet: B3, 80 and 3B. RGB value is (179,128,59). Sum of RGB (Red+Green+Blue) = 179+128+59=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3803B is #4C7FC4. Grayscale: #878787. Windows color (decimal): -5013445 or 3899571. OLE color: 3899571.

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

Color convert

RGB17912859-
CMYK00.280.670.30
HSL34.5º50.42%46.67%-
HSV(B)34.5º67.04%70.2%-
XYZ27.125.347.6-
YUV135.3884.9159.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=48.91%
G=34.97%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791285900.280.670.3034.550.4246.67
HexB3803B01C431E23322f
Octal2632007303410336436257
Binary1011001110000000111011011100100001111110100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3803B; }

 p { color: rgb(179,128,59); }

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

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

 a { background-color: rgb(179,128,59); }

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

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

 span { border-color: rgb(179,128,59); }

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