#BB6D32

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

Shades of Meteor #BB6D32

Tints of Meteor #BB6D32

Color information

#BB6D32 (or 0xBB6D32) is unknown color: approx Meteor. HEX triplet: BB, 6D and 32. RGB value is (187,109,50). Sum of RGB (Red+Green+Blue) = 187+109+50=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D32 is #4492CD. Grayscale: #7D7D7D. Windows color (decimal): -4494030 or 3304891. OLE color: 3304891.

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

Color convert

RGB18710950-
CMYK00.420.730.27
HSL25.84º57.81%46.47%-
HSV(B)25.84º73.26%73.33%-
XYZ26.5421.735.81-
YUV125.685.34171.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 50 (19.92% from 255) = 14.45%
R=54.05%
G=31.50%
B=14.45%

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
Decimal1871095000.420.730.2725.8457.8146.47
HexBB6D3202A491B1a3a2e
Octal2731556205211133327256
Binary101110111101101110010010101010010011101111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D32; }

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

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

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

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

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

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

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

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