#B5823E

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

Shades of Marigold #B5823E

Tints of Marigold #B5823E

Color information

#B5823E (or 0xB5823E) is unknown color: approx Marigold. HEX triplet: B5, 82 and 3E. RGB value is (181,130,62). Sum of RGB (Red+Green+Blue) = 181+130+62=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5823E is #4A7DC1. Grayscale: #898989. Windows color (decimal): -4881858 or 4096693. OLE color: 4096693.

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

Color convert

RGB18113062-
CMYK00.280.660.29
HSL34.29º48.97%47.65%-
HSV(B)34.29º65.75%70.98%-
XYZ27.9126.148.13-
YUV137.585.4159.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=48.53%
G=34.85%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811306200.280.660.2934.2948.9747.65
HexB5823E01C421D223130
Octal2652027603410235426160
Binary1011010110000010111110011100100001011101100010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5823E; }

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

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

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

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

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

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

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

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