#BA6351

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

Shades of Flame Pea #BA6351

Tints of Flame Pea #BA6351

Color information

#BA6351 (or 0xBA6351) is unknown color: approx Flame Pea. HEX triplet: BA, 63 and 51. RGB value is (186,99,81). Sum of RGB (Red+Green+Blue) = 186+99+81=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6351 is #459CAE. Grayscale: #7B7B7B. Windows color (decimal): -4562095 or 5333946. OLE color: 5333946.

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

Color convert

RGB1869981-
CMYK00.470.560.27
HSL10.29º43.21%52.35%-
HSV(B)10.29º56.45%72.94%-
XYZ26.219.9610.26-
YUV122.96104.32172.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=50.82%
G=27.05%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186998100.470.560.2710.2943.2152.35
HexBA635102F381Ba2b34
Octal2721431210577033125364
Binary10111010110001110100010101111111000110111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6351; }

 p { color: rgb(186,99,81); }

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

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

 a { background-color: rgb(186,99,81); }

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

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

 span { border-color: rgb(186,99,81); }

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