#BB8837

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

Shades of Marigold #BB8837

Tints of Marigold #BB8837

Color information

#BB8837 (or 0xBB8837) is unknown color: approx Marigold. HEX triplet: BB, 88 and 37. RGB value is (187,136,55). Sum of RGB (Red+Green+Blue) = 187+136+55=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8837 is #4477C8. Grayscale: #8E8E8E. Windows color (decimal): -4487113 or 3639483. OLE color: 3639483.

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

Color convert

RGB18713655-
CMYK00.270.710.27
HSL36.82º54.55%47.45%-
HSV(B)36.82º70.59%73.33%-
XYZ29.9928.457.53-
YUV142.0278.9160.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 55 (21.88% from 255) = 14.55%
R=49.47%
G=35.98%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871365500.270.710.2736.8254.5547.45
HexBB883701B471B25372f
Octal2732106703310733456757
Binary1011101110001000110111011011100011111011100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8837; }

 p { color: rgb(187,136,55); }

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

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

 a { background-color: rgb(187,136,55); }

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

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

 span { border-color: rgb(187,136,55); }

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