#B88535

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

Shades of Marigold #B88535

Tints of Marigold #B88535

Color information

#B88535 (or 0xB88535) is unknown color: approx Marigold. HEX triplet: B8, 85 and 35. RGB value is (184,133,53). Sum of RGB (Red+Green+Blue) = 184+133+53=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B88535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88535 is #477ACA. Grayscale: #8B8B8B. Windows color (decimal): -4684491 or 3507640. OLE color: 3507640.

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

Color convert

RGB18413353-
CMYK00.280.710.28
HSL36.64º55.27%46.47%-
HSV(B)36.64º71.2%72.16%-
XYZ28.827.227.1-
YUV139.1379.4160-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 53 (21.09% from 255) = 14.32%
R=49.73%
G=35.95%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841335300.280.710.2836.6455.2746.47
HexB8853501C471C25372e
Octal2702056503410734456756
Binary1011100010000101110101011100100011111100100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88535; }

 p { color: rgb(184,133,53); }

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

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

 a { background-color: rgb(184,133,53); }

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

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

 span { border-color: rgb(184,133,53); }

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