#BB6E35

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

Shades of Meteor #BB6E35

Tints of Meteor #BB6E35

Color information

#BB6E35 (or 0xBB6E35) is unknown color: approx Meteor. HEX triplet: BB, 6E and 35. RGB value is (187,110,53). Sum of RGB (Red+Green+Blue) = 187+110+53=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E35 is #4491CA. Grayscale: #7E7E7E. Windows color (decimal): -4493771 or 3501755. OLE color: 3501755.

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

Color convert

RGB18711053-
CMYK00.410.720.27
HSL25.52º55.83%47.06%-
HSV(B)25.52º71.66%73.33%-
XYZ26.7121.976.2-
YUV126.5286.51171.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 53 (21.09% from 255) = 15.14%
R=53.43%
G=31.43%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871105300.410.720.2725.5255.8347.06
HexBB6E35029481B1a382f
Octal2731566505111033327057
Binary101110111101110110101010100110010001101111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E35; }

 p { color: rgb(187,110,53); }

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

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

 a { background-color: rgb(187,110,53); }

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

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

 span { border-color: rgb(187,110,53); }

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