#BB6F33

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

Shades of Meteor #BB6F33

Tints of Meteor #BB6F33

Color information

#BB6F33 (or 0xBB6F33) is unknown color: approx Meteor. HEX triplet: BB, 6F and 33. RGB value is (187,111,51). Sum of RGB (Red+Green+Blue) = 187+111+51=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F33 is #4490CC. Grayscale: #7F7F7F. Windows color (decimal): -4493517 or 3370939. OLE color: 3370939.

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

Color convert

RGB18711151-
CMYK00.410.730.27
HSL26.47º57.14%46.67%-
HSV(B)26.47º72.73%73.33%-
XYZ26.7822.176-
YUV126.8885.18170.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=53.58%
G=31.81%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871115100.410.730.2726.4757.1446.67
HexBB6F33029491B1a392f
Octal2731576305111133327157
Binary101110111101111110011010100110010011101111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F33; }

 p { color: rgb(187,111,51); }

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

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

 a { background-color: rgb(187,111,51); }

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

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

 span { border-color: rgb(187,111,51); }

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