#BB893F

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

Shades of Marigold #BB893F

Tints of Marigold #BB893F

Color information

#BB893F (or 0xBB893F) is unknown color: approx Marigold. HEX triplet: BB, 89 and 3F. RGB value is (187,137,63). Sum of RGB (Red+Green+Blue) = 187+137+63=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB893F is #4476C0. Grayscale: #8F8F8F. Windows color (decimal): -4486849 or 4164027. OLE color: 4164027.

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

Color convert

RGB18713763-
CMYK00.270.660.27
HSL35.81º49.6%49.02%-
HSV(B)35.81º66.31%73.33%-
XYZ30.3428.818.67-
YUV143.5182.57159.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 63 (25% from 255) = 16.28%
R=48.32%
G=35.40%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871376300.270.660.2735.8149.649.02
HexBB893F01B421B243231
Octal2732117703310233446261
Binary1011101110001001111111011011100001011011100100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB893F; }

 p { color: rgb(187,137,63); }

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

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

 a { background-color: rgb(187,137,63); }

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

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

 span { border-color: rgb(187,137,63); }

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