Html Css Color HEX #BA5C44 Flame Pea

📋 copy color: '#BA5C44'

red 186 ◦ green 92 ◦ blue 68

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

Shades of Flame Pea #BA5C44

Tints of Flame Pea #BA5C44

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 53.76%
G = 26.59%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5C44 (or 0xBA5C44) is known color: Flame Pea. HEX triplet: BA, 5C and 44. RGB value is (186,92,68). Sum of RGB (Red+Green+Blue) = 186+92+68=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C44 is #45A3BB. Grayscale: #757575. Windows color (decimal): -4563900 or 4480186. OLE color: 4480186.

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

Color convert

RGB 186 92 68 -
CMYK 0 0.51 0.63 0.27
HSL 12.2º 0.46% 0.5% -
HSV(B) 12.2º 0.63% 0.73% -
XYZ 25.12 18.51 7.72 -
YUV 117.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 186 92 68 0 0.51 0.63 0.27 12.2 0.46 0.5
Hex BA 5C 44 0 33 3F 1B C 2E 32
Octal 272 134 104 0 63 77 33 14 56 62
Binary 10111010 1011100 1000100 0 110011 111111 11011 1100 101110 110010

Color Harmonies of #BA5C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C44

Black with #BA5C44

Text Example


Text Example

White with #BA5C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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