Html Css Color HEX #BA5844 Flame Pea

📋 copy color: '#BA5844'

red 186 ◦ green 88 ◦ blue 68

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

Shades of Flame Pea #BA5844

Tints of Flame Pea #BA5844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 54.39%
G = 25.73%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5844 (or 0xBA5844) is known color: Flame Pea. HEX triplet: BA, 58 and 44. RGB value is (186,88,68). Sum of RGB (Red+Green+Blue) = 186+88+68=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5844 is #45A7BB. Grayscale: #737373. Windows color (decimal): -4564924 or 4479162. OLE color: 4479162.

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

Color convert

RGB 186 88 68 -
CMYK 0 0.53 0.63 0.27
HSL 10.17º 0.46% 0.5% -
HSV(B) 10.17º 0.63% 0.73% -
XYZ 24.78 17.84 7.61 -
YUV 115.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 186 88 68 0 0.53 0.63 0.27 10.17 0.46 0.5
Hex BA 58 44 0 35 3F 1B A 2E 32
Octal 272 130 104 0 65 77 33 12 56 62
Binary 10111010 1011000 1000100 0 110101 111111 11011 1010 101110 110010

Color Harmonies of #BA5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5844

Black with #BA5844

Text Example


Text Example

White with #BA5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5844; }

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

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

background-color css

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

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

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

border-color css

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

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

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