#BB6E34

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

Shades of Meteor #BB6E34

Tints of Meteor #BB6E34

Color information

#BB6E34 (or 0xBB6E34) is unknown color: approx Meteor. HEX triplet: BB, 6E and 34. RGB value is (187,110,52). Sum of RGB (Red+Green+Blue) = 187+110+52=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E34 is #4491CB. Grayscale: #7E7E7E. Windows color (decimal): -4493772 or 3436219. OLE color: 3436219.

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

Color convert

RGB18711052-
CMYK00.410.720.27
HSL25.78º56.49%46.86%-
HSV(B)25.78º72.19%73.33%-
XYZ26.6921.966.08-
YUV126.4186.01171.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=53.58%
G=31.52%
B=14.90%

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
Decimal1871105200.410.720.2725.7856.4946.86
HexBB6E34029481B1a382f
Octal2731566405111033327057
Binary101110111101110110100010100110010001101111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E34; }

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

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

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

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

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

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

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

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