Html Css Color HEX #BA584A Flame Pea

📋 copy color: '#BA584A'

red 186 ◦ green 88 ◦ blue 74

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

Shades of Flame Pea #BA584A

Tints of Flame Pea #BA584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 53.45%
G = 25.29%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA584A (or 0xBA584A) is known color: Flame Pea. HEX triplet: BA, 58 and 4A. RGB value is (186,88,74). Sum of RGB (Red+Green+Blue) = 186+88+74=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA584A is #45A7B5. Grayscale: #737373. Windows color (decimal): -4564918 or 4872378. OLE color: 4872378.

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

Color convert

RGB 186 88 74 -
CMYK 0 0.53 0.60 0.27
HSL 7.5º 0.45% 0.51% -
HSV(B) 7.5º 0.6% 0.73% -
XYZ 24.98 17.91 8.62 -
YUV 115.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 186 88 74 0 0.53 0.60 0.27 7.5 0.45 0.51
Hex BA 58 4A 0 35 3C 1B 8 2D 33
Octal 272 130 112 0 65 74 33 10 55 63
Binary 10111010 1011000 1001010 0 110101 111100 11011 1000 101101 110011

Color Harmonies of #BA584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA584A

Black with #BA584A

Text Example


Text Example

White with #BA584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA584A; }

 p { color: rgb(186,88,74); }

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

background-color css

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

 a { background-color: rgb(186,88,74); }

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

border-color css

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

 span { border-color: rgb(186,88,74); }

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