#BB8546

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

Shades of Marigold #BB8546

Tints of Marigold #BB8546

Color information

#BB8546 (or 0xBB8546) is unknown color: approx Marigold. HEX triplet: BB, 85 and 46. RGB value is (187,133,70). Sum of RGB (Red+Green+Blue) = 187+133+70=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8546 is #447AB9. Grayscale: #8E8E8E. Windows color (decimal): -4487866 or 4621755. OLE color: 4621755.

HSL color Cylindrical-coordinate representation of color #BB8546: hue angle of 32.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8546 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18713370-
CMYK00.290.630.27
HSL32.31º46.25%50.39%-
HSV(B)32.31º62.57%73.33%-
XYZ29.9927.789.58-
YUV141.9687.39160.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 70 (27.73% from 255) = 17.95%
R=47.95%
G=34.10%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871337000.290.630.2732.3146.2550.39
HexBB854601D3F1B202e32
Octal2732051060357733405662
Binary1011101110000101100011001110111111111011100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8546; }

 p { color: rgb(187,133,70); }

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

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

 a { background-color: rgb(187,133,70); }

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

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

 span { border-color: rgb(187,133,70); }

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