#BA6552

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

Shades of Flame Pea #BA6552

Tints of Flame Pea #BA6552

Color information

#BA6552 (or 0xBA6552) is unknown color: approx Flame Pea. HEX triplet: BA, 65 and 52. RGB value is (186,101,82). Sum of RGB (Red+Green+Blue) = 186+101+82=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6552 is #459AAD. Grayscale: #7C7C7C. Windows color (decimal): -4561582 or 5399994. OLE color: 5399994.

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

Color convert

RGB18610182-
CMYK00.460.560.27
HSL10.96º42.98%52.55%-
HSV(B)10.96º55.91%72.94%-
XYZ26.4320.3610.52-
YUV124.25104.16172.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=50.41%
G=27.37%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861018200.460.560.2710.9642.9852.55
HexBA655202E381Bb2b35
Octal2721451220567033135365
Binary10111010110010110100100101110111000110111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6552; }

 p { color: rgb(186,101,82); }

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

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

 a { background-color: rgb(186,101,82); }

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

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

 span { border-color: rgb(186,101,82); }

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