#B58634

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

Shades of Marigold #B58634

Tints of Marigold #B58634

Color information

#B58634 (or 0xB58634) is unknown color: approx Marigold. HEX triplet: B5, 86 and 34. RGB value is (181,134,52). Sum of RGB (Red+Green+Blue) = 181+134+52=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58634 is #4A79CB. Grayscale: #8B8B8B. Windows color (decimal): -4880844 or 3442357. OLE color: 3442357.

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

Color convert

RGB18113452-
CMYK00.260.710.29
HSL38.14º55.36%45.69%-
HSV(B)38.14º71.27%70.98%-
XYZ28.227.127-
YUV138.779.07158.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 52 (20.70% from 255) = 14.17%
R=49.32%
G=36.51%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811345200.260.710.2938.1455.3645.69
HexB5863401A471D26372e
Octal2652066403210735466756
Binary1011010110000110110100011010100011111101100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58634; }

 p { color: rgb(181,134,52); }

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

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

 a { background-color: rgb(181,134,52); }

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

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

 span { border-color: rgb(181,134,52); }

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