#BB614D

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

Shades of Flame Pea #BB614D

Tints of Flame Pea #BB614D

Color information

#BB614D (or 0xBB614D) is unknown color: approx Flame Pea. HEX triplet: BB, 61 and 4D. RGB value is (187,97,77). Sum of RGB (Red+Green+Blue) = 187+97+77=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB614D is #449EB2. Grayscale: #797979. Windows color (decimal): -4497075 or 5071291. OLE color: 5071291.

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

Color convert

RGB1879777-
CMYK00.480.590.27
HSL10.91º44.72%51.76%-
HSV(B)10.91º58.82%73.33%-
XYZ26.1119.659.44-
YUV121.63102.82174.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=51.80%
G=26.87%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187977700.480.590.2710.9144.7251.76
HexBB614D0303B1Bb2d34
Octal2731411150607333135564
Binary10111011110000110011010110000111011110111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB614D; }

 p { color: rgb(187,97,77); }

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

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

 a { background-color: rgb(187,97,77); }

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

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

 span { border-color: rgb(187,97,77); }

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