#BA604D

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

Shades of Flame Pea #BA604D

Tints of Flame Pea #BA604D

Color information

#BA604D (or 0xBA604D) is unknown color: approx Flame Pea. HEX triplet: BA, 60 and 4D. RGB value is (186,96,77). Sum of RGB (Red+Green+Blue) = 186+96+77=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA604D is #459FB2. Grayscale: #787878. Windows color (decimal): -4562867 or 5071034. OLE color: 5071034.

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

Color convert

RGB1869677-
CMYK00.480.590.27
HSL10.46º44.13%51.57%-
HSV(B)10.46º58.6%72.94%-
XYZ25.7719.349.4-
YUV120.74103.32174.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=51.81%
G=26.74%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186967700.480.590.2710.4644.1351.57
HexBA604D0303B1Ba2c34
Octal2721401150607333125464
Binary10111010110000010011010110000111011110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA604D; }

 p { color: rgb(186,96,77); }

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

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

 a { background-color: rgb(186,96,77); }

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

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

 span { border-color: rgb(186,96,77); }

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