#BB7030

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

Shades of Meteor #BB7030

Tints of Meteor #BB7030

Color information

#BB7030 (or 0xBB7030) is unknown color: approx Meteor. HEX triplet: BB, 70 and 30. RGB value is (187,112,48). Sum of RGB (Red+Green+Blue) = 187+112+48=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7030 is #448FCF. Grayscale: #7F7F7F. Windows color (decimal): -4493264 or 3174587. OLE color: 3174587.

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

Color convert

RGB18711248-
CMYK00.400.740.27
HSL27.63º59.15%46.08%-
HSV(B)27.63º74.33%73.33%-
XYZ26.8222.375.7-
YUV127.1383.35170.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=53.89%
G=32.28%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871124800.400.740.2727.6359.1546.08
HexBB70300284A1B1c3b2e
Octal2731606005011233347356
Binary101110111110000110000010100010010101101111100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7030; }

 p { color: rgb(187,112,48); }

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

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

 a { background-color: rgb(187,112,48); }

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

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

 span { border-color: rgb(187,112,48); }

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