Html Css Color HEX #BA5645 Flame Pea

📋 copy color: '#BA5645'

red 186 ◦ green 86 ◦ blue 69

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

Shades of Flame Pea #BA5645

Tints of Flame Pea #BA5645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 54.55%
G = 25.22%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5645 (or 0xBA5645) is known color: Flame Pea. HEX triplet: BA, 56 and 45. RGB value is (186,86,69). Sum of RGB (Red+Green+Blue) = 186+86+69=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5645 is #45A9BA. Grayscale: #727272. Windows color (decimal): -4565435 or 4544186. OLE color: 4544186.

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

Color convert

RGB 186 86 69 -
CMYK 0 0.54 0.63 0.27
HSL 8.72º 0.46% 0.5% -
HSV(B) 8.72º 0.63% 0.73% -
XYZ 24.65 17.52 7.71 -
YUV 113.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 186 86 69 0 0.54 0.63 0.27 8.72 0.46 0.5
Hex BA 56 45 0 36 3F 1B 9 2E 32
Octal 272 126 105 0 66 77 33 11 56 62
Binary 10111010 1010110 1000101 0 110110 111111 11011 1001 101110 110010

Color Harmonies of #BA5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5645

Black with #BA5645

Text Example


Text Example

White with #BA5645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5645; }

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

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

background-color css

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

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

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

border-color css

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

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

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