#B5833B

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

Shades of Marigold #B5833B

Tints of Marigold #B5833B

Color information

#B5833B (or 0xB5833B) is unknown color: approx Marigold. HEX triplet: B5, 83 and 3B. RGB value is (181,131,59). Sum of RGB (Red+Green+Blue) = 181+131+59=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5833B is #4A7CC4. Grayscale: #8A8A8A. Windows color (decimal): -4881605 or 3900341. OLE color: 3900341.

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

Color convert

RGB18113159-
CMYK00.280.670.29
HSL35.41º50.83%47.06%-
HSV(B)35.41º67.4%70.98%-
XYZ27.9626.377.75-
YUV137.7483.57158.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=48.79%
G=35.31%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811315900.280.670.2935.4150.8347.06
HexB5833B01C431D23332f
Octal2652037303410335436357
Binary1011010110000011111011011100100001111101100011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5833B; }

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

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

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

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

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

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

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

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