#BA5A42

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

Shades of Flame Pea #BA5A42

Tints of Flame Pea #BA5A42

Color information

#BA5A42 (or 0xBA5A42) is unknown color: approx Flame Pea. HEX triplet: BA, 5A and 42. RGB value is (186,90,66). Sum of RGB (Red+Green+Blue) = 186+90+66=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A42 is #45A5BD. Grayscale: #747474. Windows color (decimal): -4564414 or 4348602. OLE color: 4348602.

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

Color convert

RGB1869066-
CMYK00.520.650.27
HSL12º47.62%49.41%-
HSV(B)12º64.52%72.94%-
XYZ24.8918.147.34-
YUV115.9799.8177.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=54.39%
G=26.32%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186906600.520.650.271247.6249.41
HexBA5A42034411Bc3031
Octal27213210206410133146061
Binary101110101011010100001001101001000001110111100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A42; }

 p { color: rgb(186,90,66); }

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

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

 a { background-color: rgb(186,90,66); }

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

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

 span { border-color: rgb(186,90,66); }

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