#B5883E

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

Shades of Marigold #B5883E

Tints of Marigold #B5883E

Color information

#B5883E (or 0xB5883E) is unknown color: approx Marigold. HEX triplet: B5, 88 and 3E. RGB value is (181,136,62). Sum of RGB (Red+Green+Blue) = 181+136+62=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5883E is #4A77C1. Grayscale: #8D8D8D. Windows color (decimal): -4880322 or 4098229. OLE color: 4098229.

HSL color Cylindrical-coordinate representation of color #B5883E: hue angle of 37.31º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5883E is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18113662-
CMYK00.250.660.29
HSL37.31º48.97%47.65%-
HSV(B)37.31º65.75%70.98%-
XYZ28.7327.788.41-
YUV141.0283.41156.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=47.76%
G=35.88%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811366200.250.660.2937.3148.9747.65
HexB5883E019421D253130
Octal2652107603110235456160
Binary1011010110001000111110011001100001011101100101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5883E; }

 p { color: rgb(181,136,62); }

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

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

 a { background-color: rgb(181,136,62); }

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

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

 span { border-color: rgb(181,136,62); }

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