#BA6753

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

Shades of Flame Pea #BA6753

Tints of Flame Pea #BA6753

Color information

#BA6753 (or 0xBA6753) is unknown color: approx Flame Pea. HEX triplet: BA, 67 and 53. RGB value is (186,103,83). Sum of RGB (Red+Green+Blue) = 186+103+83=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6753 is #4598AC. Grayscale: #7D7D7D. Windows color (decimal): -4561069 or 5466042. OLE color: 5466042.

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

Color convert

RGB18610383-
CMYK00.450.550.27
HSL11.65º42.74%52.75%-
HSV(B)11.65º55.38%72.94%-
XYZ26.6620.7610.79-
YUV125.54104171.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=50%
G=27.69%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861038300.450.550.2711.6542.7452.75
HexBA675302D371Bc2b35
Octal2721471230556733145365
Binary10111010110011110100110101101110111110111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6753; }

 p { color: rgb(186,103,83); }

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

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

 a { background-color: rgb(186,103,83); }

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

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

 span { border-color: rgb(186,103,83); }

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