Html Css Color HEX #BA594E Flame Pea

📋 copy color: '#BA594E'

red 186 ◦ green 89 ◦ blue 78

#BA594E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BA594E

Tints of Flame Pea #BA594E

RGB

 RED value IS 186 (73.05% from 255) = 52.69%

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 52.69%
G = 25.21%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA594E (or 0xBA594E) is known color: Flame Pea. HEX triplet: BA, 59 and 4E. RGB value is (186,89,78). Sum of RGB (Red+Green+Blue) = 186+89+78=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA594E is #45A6B1. Grayscale: #747474. Windows color (decimal): -4564658 or 5134778. OLE color: 5134778.

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

Color convert

RGB 186 89 78 -
CMYK 0 0.52 0.58 0.27
HSL 6.11º 0.44% 0.52% -
HSV(B) 6.11º 0.58% 0.73% -
XYZ 25.2 18.13 9.38 -
YUV 116.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 186 89 78 0 0.52 0.58 0.27 6.11 0.44 0.52
Hex BA 59 4E 0 34 3A 1B 6 2C 34
Octal 272 131 116 0 64 72 33 6 54 64
Binary 10111010 1011001 1001110 0 110100 111010 11011 110 101100 110100

Color Harmonies of #BA594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA594E

Black with #BA594E

Text Example


Text Example

White with #BA594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA594E; }

 p { color: rgb(186,89,78); }

 H1.HeaderClassName
 {
   color: #BA594E;
 }
 .AnyTagClassName
 {
   color: #BA594E;
 }
</style>

background-color css

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

 a { background-color: rgb(186,89,78); }

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

border-color css

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

 span { border-color: rgb(186,89,78); }

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