#BA6650

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

Shades of Flame Pea #BA6650

Tints of Flame Pea #BA6650

Color information

#BA6650 (or 0xBA6650) is unknown color: approx Flame Pea. HEX triplet: BA, 66 and 50. RGB value is (186,102,80). Sum of RGB (Red+Green+Blue) = 186+102+80=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6650 is #4599AF. Grayscale: #7C7C7C. Windows color (decimal): -4561328 or 5269178. OLE color: 5269178.

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

Color convert

RGB18610280-
CMYK00.450.570.27
HSL12.45º43.44%52.16%-
HSV(B)12.45º56.99%72.94%-
XYZ26.4520.5210.16-
YUV124.61102.83171.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=50.54%
G=27.72%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861028000.450.570.2712.4543.4452.16
HexBA665002D391Bc2b34
Octal2721461200557133145364
Binary10111010110011010100000101101111001110111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6650; }

 p { color: rgb(186,102,80); }

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

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

 a { background-color: rgb(186,102,80); }

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

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

 span { border-color: rgb(186,102,80); }

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