#BB6F32

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

Shades of Meteor #BB6F32

Tints of Meteor #BB6F32

Color information

#BB6F32 (or 0xBB6F32) is unknown color: approx Meteor. HEX triplet: BB, 6F and 32. RGB value is (187,111,50). Sum of RGB (Red+Green+Blue) = 187+111+50=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F32 is #4490CD. Grayscale: #7F7F7F. Windows color (decimal): -4493518 or 3305403. OLE color: 3305403.

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

Color convert

RGB18711150-
CMYK00.410.730.27
HSL26.72º57.81%46.47%-
HSV(B)26.72º73.26%73.33%-
XYZ26.7522.165.89-
YUV126.7784.68170.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=53.74%
G=31.90%
B=14.37%

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
Decimal1871115000.410.730.2726.7257.8146.47
HexBB6F32029491B1b3a2e
Octal2731576205111133337256
Binary101110111101111110010010100110010011101111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F32; }

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

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

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

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

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

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

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

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