#B5833A

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

Shades of Marigold #B5833A

Tints of Marigold #B5833A

Color information

#B5833A (or 0xB5833A) is unknown color: approx Marigold. HEX triplet: B5, 83 and 3A. RGB value is (181,131,58). Sum of RGB (Red+Green+Blue) = 181+131+58=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5833A is #4A7CC5. Grayscale: #898989. Windows color (decimal): -4881606 or 3834805. OLE color: 3834805.

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

Color convert

RGB18113158-
CMYK00.280.680.29
HSL35.61º51.46%46.86%-
HSV(B)35.61º67.96%70.98%-
XYZ27.9426.367.62-
YUV137.6383.07158.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=48.92%
G=35.41%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811315800.280.680.2935.6151.4646.86
HexB5833A01C441D24332f
Octal2652037203410435446357
Binary1011010110000011111010011100100010011101100100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5833A; }

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

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

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

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

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

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

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

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