#BB853B

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

Shades of Marigold #BB853B

Tints of Marigold #BB853B

Color information

#BB853B (or 0xBB853B) is unknown color: approx Marigold. HEX triplet: BB, 85 and 3B. RGB value is (187,133,59). Sum of RGB (Red+Green+Blue) = 187+133+59=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BB853B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB853B is #447AC4. Grayscale: #8D8D8D. Windows color (decimal): -4487877 or 3900859. OLE color: 3900859.

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

Color convert

RGB18713359-
CMYK00.290.680.27
HSL34.69º52.03%48.24%-
HSV(B)34.69º68.45%73.33%-
XYZ29.6727.667.91-
YUV140.7181.89161.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.34%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 59 (23.44% from 255) = 15.57%
R=49.34%
G=35.09%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871335900.290.680.2734.6952.0348.24
HexBB853B01D441B233430
Octal2732057303510433436460
Binary1011101110000101111011011101100010011011100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB853B; }

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

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

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

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

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

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

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

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