#BB7437

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

Shades of Meteor #BB7437

Tints of Meteor #BB7437

Color information

#BB7437 (or 0xBB7437) is unknown color: approx Meteor. HEX triplet: BB, 74 and 37. RGB value is (187,116,55). Sum of RGB (Red+Green+Blue) = 187+116+55=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7437 is #448BC8. Grayscale: #828282. Windows color (decimal): -4492233 or 3634363. OLE color: 3634363.

HSL color Cylindrical-coordinate representation of color #BB7437: hue angle of 27.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB7437 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18711655-
CMYK00.380.710.27
HSL27.73º54.55%47.45%-
HSV(B)27.73º70.59%73.33%-
XYZ27.4323.336.67-
YUV130.2885.52168.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 55 (21.88% from 255) = 15.36%
R=52.23%
G=32.40%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871165500.380.710.2727.7354.5547.45
HexBB7437026471B1c372f
Octal2731646704610733346757
Binary101110111110100110111010011010001111101111100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7437; }

 p { color: rgb(187,116,55); }

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

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

 a { background-color: rgb(187,116,55); }

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

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

 span { border-color: rgb(187,116,55); }

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