#BB8737

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

Shades of Marigold #BB8737

Tints of Marigold #BB8737

Color information

#BB8737 (or 0xBB8737) is unknown color: approx Marigold. HEX triplet: BB, 87 and 37. RGB value is (187,135,55). Sum of RGB (Red+Green+Blue) = 187+135+55=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8737 is #4478C8. Grayscale: #8D8D8D. Windows color (decimal): -4487369 or 3639227. OLE color: 3639227.

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

Color convert

RGB18713555-
CMYK00.280.710.27
HSL36.36º54.55%47.45%-
HSV(B)36.36º70.59%73.33%-
XYZ29.8528.177.48-
YUV141.4379.23160.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=49.60%
G=35.81%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871355500.280.710.2736.3654.5547.45
HexBB873701C471B24372f
Octal2732076703410733446757
Binary1011101110000111110111011100100011111011100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8737; }

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

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

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

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

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

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

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

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