#BB6E28

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

Shades of Meteor #BB6E28

Tints of Meteor #BB6E28

Color information

#BB6E28 (or 0xBB6E28) is unknown color: approx Meteor. HEX triplet: BB, 6E and 28. RGB value is (187,110,40). Sum of RGB (Red+Green+Blue) = 187+110+40=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E28 is #4491D7. Grayscale: #7D7D7D. Windows color (decimal): -4493784 or 2649787. OLE color: 2649787.

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

Color convert

RGB18711040-
CMYK00.410.790.27
HSL28.57º64.76%44.51%-
HSV(B)28.57º78.61%73.33%-
XYZ26.4521.874.83-
YUV125.0480.01172.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=55.49%
G=32.64%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871104000.410.790.2728.5764.7644.51
HexBB6E280294F1B1d412d
Octal27315650051117333510155
Binary1011101111011101010000101001100111111011111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E28; }

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

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

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

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

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

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

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

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