Html Css Color HEX #BA5841 Flame Pea

📋 copy color: '#BA5841'

red 186 ◦ green 88 ◦ blue 65

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

Shades of Flame Pea #BA5841

Tints of Flame Pea #BA5841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 54.87%
G = 25.96%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA5841 (or 0xBA5841) is known color: Flame Pea. HEX triplet: BA, 58 and 41. RGB value is (186,88,65). Sum of RGB (Red+Green+Blue) = 186+88+65=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5841 is #45A7BE. Grayscale: #727272. Windows color (decimal): -4564927 or 4282554. OLE color: 4282554.

HSL color Cylindrical-coordinate representation of color #BA5841: hue angle of 11.4º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA5841 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 65 -
CMYK 0 0.53 0.65 0.27
HSL 11.4º 0.48% 0.49% -
HSV(B) 11.4º 0.65% 0.73% -
XYZ 24.69 17.8 7.14 -
YUV 114.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 186 88 65 0 0.53 0.65 0.27 11.4 0.48 0.49
Hex BA 58 41 0 35 41 1B B 30 31
Octal 272 130 101 0 65 101 33 13 60 61
Binary 10111010 1011000 1000001 0 110101 1000001 11011 1011 110000 110001

Color Harmonies of #BA5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5841

Black with #BA5841

Text Example


Text Example

White with #BA5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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