#BB614E

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

Shades of Flame Pea #BB614E

Tints of Flame Pea #BB614E

Color information

#BB614E (or 0xBB614E) is unknown color: approx Flame Pea. HEX triplet: BB, 61 and 4E. RGB value is (187,97,78). Sum of RGB (Red+Green+Blue) = 187+97+78=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB614E is #449EB1. Grayscale: #797979. Windows color (decimal): -4497074 or 5136827. OLE color: 5136827.

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

Color convert

RGB1879778-
CMYK00.480.580.27
HSL10.46º44.49%51.96%-
HSV(B)10.46º58.29%73.33%-
XYZ26.1419.669.63-
YUV121.74103.32174.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=51.66%
G=26.80%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187977800.480.580.2710.4644.4951.96
HexBB614E0303A1Ba2c34
Octal2731411160607233125464
Binary10111011110000110011100110000111010110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB614E; }

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

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

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

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

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

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

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

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