#B5833D

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

Shades of Marigold #B5833D

Tints of Marigold #B5833D

Color information

#B5833D (or 0xB5833D) is unknown color: approx Marigold. HEX triplet: B5, 83 and 3D. RGB value is (181,131,61). Sum of RGB (Red+Green+Blue) = 181+131+61=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5833D is #4A7CC2. Grayscale: #8A8A8A. Windows color (decimal): -4881603 or 4031413. OLE color: 4031413.

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

Color convert

RGB18113161-
CMYK00.280.660.29
HSL35º49.59%47.45%-
HSV(B)35º66.3%70.98%-
XYZ28.0126.398.03-
YUV137.9784.57158.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=48.53%
G=35.12%
B=16.35%

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
Decimal1811316100.280.660.293549.5947.45
HexB5833D01C421D23322f
Octal2652037503410235436257
Binary1011010110000011111101011100100001011101100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5833D; }

 p { color: rgb(181,131,61); }

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

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

 a { background-color: rgb(181,131,61); }

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

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

 span { border-color: rgb(181,131,61); }

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