#B88435

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

Shades of Marigold #B88435

Tints of Marigold #B88435

Color information

#B88435 (or 0xB88435) is unknown color: approx Marigold. HEX triplet: B8, 84 and 35. RGB value is (184,132,53). Sum of RGB (Red+Green+Blue) = 184+132+53=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B88435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88435 is #477BCA. Grayscale: #8A8A8A. Windows color (decimal): -4684747 or 3507384. OLE color: 3507384.

HSL color Cylindrical-coordinate representation of color #B88435: hue angle of 36.18º 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 #B88435 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB18413253-
CMYK00.280.710.28
HSL36.18º55.27%46.47%-
HSV(B)36.18º71.2%72.16%-
XYZ28.6626.957.06-
YUV138.5479.73160.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=49.86%
G=35.77%
B=14.36%

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
Decimal1841325300.280.710.2836.1855.2746.47
HexB8843501C471C24372e
Octal2702046503410734446756
Binary1011100010000100110101011100100011111100100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88435; }

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

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

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

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

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

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

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

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