#BA6453

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

Shades of Flame Pea #BA6453

Tints of Flame Pea #BA6453

Color information

#BA6453 (or 0xBA6453) is unknown color: approx Flame Pea. HEX triplet: BA, 64 and 53. RGB value is (186,100,83). Sum of RGB (Red+Green+Blue) = 186+100+83=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6453 is #459BAC. Grayscale: #7B7B7B. Windows color (decimal): -4561837 or 5465274. OLE color: 5465274.

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

Color convert

RGB18610083-
CMYK00.460.550.27
HSL9.9º42.74%52.75%-
HSV(B)9.9º55.38%72.94%-
XYZ26.3720.1810.69-
YUV123.78104.99172.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=50.41%
G=27.10%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861008300.460.550.279.942.7452.75
HexBA645302E371Ba2b35
Octal2721441230566733125365
Binary10111010110010010100110101110110111110111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6453; }

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

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

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

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

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

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

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

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