Html Css Color HEX #BA594F Flame Pea

📋 copy color: '#BA594F'

red 186 ◦ green 89 ◦ blue 79

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

Shades of Flame Pea #BA594F

Tints of Flame Pea #BA594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 52.54%
G = 25.14%
B = 22.32%

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

#BA594F (or 0xBA594F) is known color: Flame Pea. HEX triplet: BA, 59 and 4F. RGB value is (186,89,79). Sum of RGB (Red+Green+Blue) = 186+89+79=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA594F is #45A6B0. Grayscale: #757575. Windows color (decimal): -4564657 or 5200314. OLE color: 5200314.

HSL color Cylindrical-coordinate representation of color #BA594F: hue angle of 5.61º 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 #BA594F is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 89 79 -
CMYK 0 0.52 0.58 0.27
HSL 5.61º 0.44% 0.52% -
HSV(B) 5.61º 0.58% 0.73% -
XYZ 25.23 18.15 9.57 -
YUV 116.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 186 89 79 0 0.52 0.58 0.27 5.61 0.44 0.52
Hex BA 59 4F 0 34 3A 1B 6 2C 34
Octal 272 131 117 0 64 72 33 6 54 64
Binary 10111010 1011001 1001111 0 110100 111010 11011 110 101100 110100

Color Harmonies of #BA594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA594F

Black with #BA594F

Text Example


Text Example

White with #BA594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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