#BB7C36

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

Shades of Meteor #BB7C36

Tints of Meteor #BB7C36

Color information

#BB7C36 (or 0xBB7C36) is unknown color: approx Meteor. HEX triplet: BB, 7C and 36. RGB value is (187,124,54). Sum of RGB (Red+Green+Blue) = 187+124+54=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C36 is #4483C9. Grayscale: #878787. Windows color (decimal): -4490186 or 3570875. OLE color: 3570875.

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

Color convert

RGB18712454-
CMYK00.340.710.27
HSL31.58º55.19%47.25%-
HSV(B)31.58º71.12%73.33%-
XYZ28.3725.256.87-
YUV134.8682.37165.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=51.23%
G=33.97%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871245400.340.710.2731.5855.1947.25
HexBB7C36022471B20372f
Octal2731746604210733406757
Binary1011101111111001101100100010100011111011100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C36; }

 p { color: rgb(187,124,54); }

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

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

 a { background-color: rgb(187,124,54); }

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

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

 span { border-color: rgb(187,124,54); }

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