#BA6853

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

Shades of Flame Pea #BA6853

Tints of Flame Pea #BA6853

Color information

#BA6853 (or 0xBA6853) is unknown color: approx Flame Pea. HEX triplet: BA, 68 and 53. RGB value is (186,104,83). Sum of RGB (Red+Green+Blue) = 186+104+83=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6853 is #4597AC. Grayscale: #7E7E7E. Windows color (decimal): -4560813 or 5466298. OLE color: 5466298.

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

Color convert

RGB18610483-
CMYK00.440.550.27
HSL12.23º42.74%52.75%-
HSV(B)12.23º55.38%72.94%-
XYZ26.7620.9610.82-
YUV126.12103.67170.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=49.87%
G=27.88%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861048300.440.550.2712.2342.7452.75
HexBA685302C371Bc2b35
Octal2721501230546733145365
Binary10111010110100010100110101100110111110111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6853; }

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

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

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

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

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

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

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

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