#BB6448

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

Shades of Flame Pea #BB6448

Tints of Flame Pea #BB6448

Color information

#BB6448 (or 0xBB6448) is unknown color: approx Flame Pea. HEX triplet: BB, 64 and 48. RGB value is (187,100,72). Sum of RGB (Red+Green+Blue) = 187+100+72=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6448 is #449BB7. Grayscale: #7B7B7B. Windows color (decimal): -4496312 or 4744379. OLE color: 4744379.

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

Color convert

RGB18710072-
CMYK00.470.610.27
HSL14.61º45.82%50.78%-
HSV(B)14.61º61.5%73.33%-
XYZ26.2220.158.64-
YUV122.8299.32173.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=52.09%
G=27.86%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871007200.470.610.2714.6145.8250.78
HexBB644802F3D1Bf2e33
Octal2731441100577533175663
Binary10111011110010010010000101111111101110111111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6448; }

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

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

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

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

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

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

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

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