Html Css Color HEX #BA5D44 Flame Pea

📋 copy color: '#BA5D44'

red 186 ◦ green 93 ◦ blue 68

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

Shades of Flame Pea #BA5D44

Tints of Flame Pea #BA5D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.8%

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

R = 53.6%
G = 26.8%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5D44 (or 0xBA5D44) is known color: Flame Pea. HEX triplet: BA, 5D and 44. RGB value is (186,93,68). Sum of RGB (Red+Green+Blue) = 186+93+68=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D44 is #45A2BB. Grayscale: #767676. Windows color (decimal): -4563644 or 4480442. OLE color: 4480442.

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

Color convert

RGB 186 93 68 -
CMYK 0 0.5 0.63 0.27
HSL 12.71º 0.46% 0.5% -
HSV(B) 12.71º 0.63% 0.73% -
XYZ 25.21 18.69 7.75 -
YUV 117.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 186 93 68 0 0.5 0.63 0.27 12.71 0.46 0.5
Hex BA 5D 44 0 32 3F 1B D 2E 32
Octal 272 135 104 0 62 77 33 15 56 62
Binary 10111010 1011101 1000100 0 110010 111111 11011 1101 101110 110010

Color Harmonies of #BA5D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D44

Black with #BA5D44

Text Example


Text Example

White with #BA5D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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