#BB6C32

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

Shades of Meteor #BB6C32

Tints of Meteor #BB6C32

Color information

#BB6C32 (or 0xBB6C32) is unknown color: approx Meteor. HEX triplet: BB, 6C and 32. RGB value is (187,108,50). Sum of RGB (Red+Green+Blue) = 187+108+50=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C32 is #4493CD. Grayscale: #7D7D7D. Windows color (decimal): -4494286 or 3304635. OLE color: 3304635.

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

Color convert

RGB18710850-
CMYK00.420.730.27
HSL25.4º57.81%46.47%-
HSV(B)25.4º73.26%73.33%-
XYZ26.4321.525.78-
YUV125.0185.67172.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 50 (19.92% from 255) = 14.49%
R=54.20%
G=31.30%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871085000.420.730.2725.457.8146.47
HexBB6C3202A491B193a2e
Octal2731546205211133317256
Binary101110111101100110010010101010010011101111001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C32; }

 p { color: rgb(187,108,50); }

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

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

 a { background-color: rgb(187,108,50); }

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

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

 span { border-color: rgb(187,108,50); }

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