#BB7A37

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

Shades of Meteor #BB7A37

Tints of Meteor #BB7A37

Color information

#BB7A37 (or 0xBB7A37) is unknown color: approx Meteor. HEX triplet: BB, 7A and 37. RGB value is (187,122,55). Sum of RGB (Red+Green+Blue) = 187+122+55=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A37 is #4485C8. Grayscale: #868686. Windows color (decimal): -4490697 or 3635899. OLE color: 3635899.

HSL color Cylindrical-coordinate representation of color #BB7A37: hue angle of 30.45º 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 #BB7A37 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18712255-
CMYK00.350.710.27
HSL30.45º54.55%47.45%-
HSV(B)30.45º70.59%73.33%-
XYZ28.1424.766.91-
YUV133.883.53165.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 55 (21.88% from 255) = 15.11%
R=51.37%
G=33.52%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871225500.350.710.2730.4554.5547.45
HexBB7A37023471B1e372f
Octal2731726704310733366757
Binary101110111111010110111010001110001111101111110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A37; }

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

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

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

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

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

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

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

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