Html Css Color HEX #BA5646 Flame Pea

📋 copy color: '#BA5646'

red 186 ◦ green 86 ◦ blue 70

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

Shades of Flame Pea #BA5646

Tints of Flame Pea #BA5646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 54.39%
G = 25.15%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA5646 (or 0xBA5646) is known color: Flame Pea. HEX triplet: BA, 56 and 46. RGB value is (186,86,70). Sum of RGB (Red+Green+Blue) = 186+86+70=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5646 is #45A9B9. Grayscale: #727272. Windows color (decimal): -4565434 or 4609722. OLE color: 4609722.

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

Color convert

RGB 186 86 70 -
CMYK 0 0.54 0.62 0.27
HSL 8.28º 0.46% 0.5% -
HSV(B) 8.28º 0.62% 0.73% -
XYZ 24.68 17.54 7.88 -
YUV 114.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 186 86 70 0 0.54 0.62 0.27 8.28 0.46 0.5
Hex BA 56 46 0 36 3E 1B 8 2E 32
Octal 272 126 106 0 66 76 33 10 56 62
Binary 10111010 1010110 1000110 0 110110 111110 11011 1000 101110 110010

Color Harmonies of #BA5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5646

Black with #BA5646

Text Example


Text Example

White with #BA5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5646; }

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

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

background-color css

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

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

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

border-color css

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

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

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