#BB6F2B

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

Shades of Meteor #BB6F2B

Tints of Meteor #BB6F2B

Color information

#BB6F2B (or 0xBB6F2B) is unknown color: approx Meteor. HEX triplet: BB, 6F and 2B. RGB value is (187,111,43). Sum of RGB (Red+Green+Blue) = 187+111+43=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F2B is #4490D4. Grayscale: #7E7E7E. Windows color (decimal): -4493525 or 2846651. OLE color: 2846651.

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

Color convert

RGB18711143-
CMYK00.410.770.27
HSL28.33º62.61%45.1%-
HSV(B)28.33º77.01%73.33%-
XYZ26.6122.115.15-
YUV125.9781.18171.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 43 (17.19% from 255) = 12.61%
R=54.84%
G=32.55%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871114300.410.770.2728.3362.6145.1
HexBB6F2B0294D1B1c3f2d
Octal2731575305111533347755
Binary101110111101111101011010100110011011101111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F2B; }

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

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

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

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

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

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

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

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