#BB644E

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

Shades of Flame Pea #BB644E

Tints of Flame Pea #BB644E

Color information

#BB644E (or 0xBB644E) is unknown color: approx Flame Pea. HEX triplet: BB, 64 and 4E. RGB value is (187,100,78). Sum of RGB (Red+Green+Blue) = 187+100+78=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB644E is #449BB1. Grayscale: #7B7B7B. Windows color (decimal): -4496306 or 5137595. OLE color: 5137595.

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

Color convert

RGB18710078-
CMYK00.470.580.27
HSL12.11º44.49%51.96%-
HSV(B)12.11º58.29%73.33%-
XYZ26.4320.239.72-
YUV123.5102.32173.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=51.23%
G=27.40%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871007800.470.580.2712.1144.4951.96
HexBB644E02F3A1Bc2c34
Octal2731441160577233145464
Binary10111011110010010011100101111111010110111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB644E; }

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

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

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

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

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

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

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

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