#BB7032

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

Shades of Meteor #BB7032

Tints of Meteor #BB7032

Color information

#BB7032 (or 0xBB7032) is unknown color: approx Meteor. HEX triplet: BB, 70 and 32. RGB value is (187,112,50). Sum of RGB (Red+Green+Blue) = 187+112+50=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7032 is #448FCD. Grayscale: #7F7F7F. Windows color (decimal): -4493262 or 3305659. OLE color: 3305659.

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

Color convert

RGB18711250-
CMYK00.400.730.27
HSL27.15º57.81%46.47%-
HSV(B)27.15º73.26%73.33%-
XYZ26.8622.385.92-
YUV127.3684.35170.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=53.58%
G=32.09%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871125000.400.730.2727.1557.8146.47
HexBB7032028491B1b3a2e
Octal2731606205011133337256
Binary101110111110000110010010100010010011101111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7032; }

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

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

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

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

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

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

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

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