#BA5D4B

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

Shades of Flame Pea #BA5D4B

Tints of Flame Pea #BA5D4B

Color information

#BA5D4B (or 0xBA5D4B) is unknown color: approx Flame Pea. HEX triplet: BA, 5D and 4B. RGB value is (186,93,75). Sum of RGB (Red+Green+Blue) = 186+93+75=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D4B is #45A2B4. Grayscale: #767676. Windows color (decimal): -4563637 or 4939194. OLE color: 4939194.

HSL color Cylindrical-coordinate representation of color #BA5D4B: hue angle of 9.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5D4B is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1869375-
CMYK00.50.600.27
HSL9.73º44.58%51.18%-
HSV(B)9.73º59.68%72.94%-
XYZ25.4318.788.94-
YUV118.75103.31175.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=52.54%
G=26.27%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186937500.50.600.279.7344.5851.18
HexBA5D4B0323C1Ba2d33
Octal2721351130627433125563
Binary10111010101110110010110110010111100110111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D4B; }

 p { color: rgb(186,93,75); }

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

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

 a { background-color: rgb(186,93,75); }

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

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

 span { border-color: rgb(186,93,75); }

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