Html Css Color HEX #BA5A44 Flame Pea

📋 copy color: '#BA5A44'

red 186 ◦ green 90 ◦ blue 68

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

Shades of Flame Pea #BA5A44

Tints of Flame Pea #BA5A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

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

R = 54.07%
G = 26.16%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5A44 (or 0xBA5A44) is known color: Flame Pea. HEX triplet: BA, 5A and 44. RGB value is (186,90,68). Sum of RGB (Red+Green+Blue) = 186+90+68=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5A44 is #45A5BB. Grayscale: #747474. Windows color (decimal): -4564412 or 4479674. OLE color: 4479674.

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

Color convert

RGB 186 90 68 -
CMYK 0 0.52 0.63 0.27
HSL 11.19º 0.46% 0.5% -
HSV(B) 11.19º 0.63% 0.73% -
XYZ 24.95 18.17 7.66 -
YUV 116.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 186 90 68 0 0.52 0.63 0.27 11.19 0.46 0.5
Hex BA 5A 44 0 34 3F 1B B 2E 32
Octal 272 132 104 0 64 77 33 13 56 62
Binary 10111010 1011010 1000100 0 110100 111111 11011 1011 101110 110010

Color Harmonies of #BA5A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A44

Black with #BA5A44

Text Example


Text Example

White with #BA5A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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