#b58338

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

Shades of Marigold #B58338

Tints of Marigold #B58338

Color information

#B58338 (or 0xB58338) is unknown color: approx Marigold. HEX triplet: B5, 83 and 38. RGB value is (181,131,56). Sum of RGB (Red+Green+Blue) = 181+131+56=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B58338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58338 is #4A7CC7. Grayscale: #898989. Windows color (decimal): -4881608 or 3703733. OLE color: 3703733.

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

Color convert

RGB18113156-
CMYK00.280.690.29
HSL36º52.74%46.47%-
HSV(B)36º69.06%70.98%-
XYZ27.8926.347.36-
YUV137.482.07159.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 56 (22.27% from 255) = 15.22%
R=49.18%
G=35.60%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811315600.280.690.293652.7446.47
HexB5833801C451D24352e
Octal2652037003410535446556
Binary1011010110000011111000011100100010111101100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58338; }

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

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

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

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

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

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

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

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