#BB6648

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

Shades of Flame Pea #BB6648

Tints of Flame Pea #BB6648

Color information

#BB6648 (or 0xBB6648) is unknown color: approx Flame Pea. HEX triplet: BB, 66 and 48. RGB value is (187,102,72). Sum of RGB (Red+Green+Blue) = 187+102+72=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6648 is #4499B7. Grayscale: #7C7C7C. Windows color (decimal): -4495800 or 4744891. OLE color: 4744891.

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

Color convert

RGB18710272-
CMYK00.450.610.27
HSL15.65º45.82%50.78%-
HSV(B)15.65º61.5%73.33%-
XYZ26.4120.548.7-
YUV123.9998.66172.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=51.80%
G=28.25%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871027200.450.610.2715.6545.8250.78
HexBB664802D3D1B102e33
Octal2731461100557533205663
Binary101110111100110100100001011011111011101110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6648; }

 p { color: rgb(187,102,72); }

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

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

 a { background-color: rgb(187,102,72); }

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

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

 span { border-color: rgb(187,102,72); }

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