Html Css Color HEX #BA5648 Flame Pea

📋 copy color: '#BA5648'

red 186 ◦ green 86 ◦ blue 72

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

Shades of Flame Pea #BA5648

Tints of Flame Pea #BA5648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 54.07%
G = 25%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5648 (or 0xBA5648) is known color: Flame Pea. HEX triplet: BA, 56 and 48. RGB value is (186,86,72). Sum of RGB (Red+Green+Blue) = 186+86+72=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5648 is #45A9B7. Grayscale: #727272. Windows color (decimal): -4565432 or 4740794. OLE color: 4740794.

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

Color convert

RGB 186 86 72 -
CMYK 0 0.54 0.61 0.27
HSL 7.37º 0.45% 0.51% -
HSV(B) 7.37º 0.61% 0.73% -
XYZ 24.75 17.56 8.22 -
YUV 114.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 186 86 72 0 0.54 0.61 0.27 7.37 0.45 0.51
Hex BA 56 48 0 36 3D 1B 7 2D 33
Octal 272 126 110 0 66 75 33 7 55 63
Binary 10111010 1010110 1001000 0 110110 111101 11011 111 101101 110011

Color Harmonies of #BA5648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5648

Black with #BA5648

Text Example


Text Example

White with #BA5648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5648; }

 p { color: rgb(186,86,72); }

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

background-color css

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

 a { background-color: rgb(186,86,72); }

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

border-color css

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

 span { border-color: rgb(186,86,72); }

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