Html Css Color HEX #BA5D48 Flame Pea

📋 copy color: '#BA5D48'

red 186 ◦ green 93 ◦ blue 72

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

Shades of Flame Pea #BA5D48

Tints of Flame Pea #BA5D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 52.99%
G = 26.5%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5D48 (or 0xBA5D48) is known color: Flame Pea. HEX triplet: BA, 5D and 48. RGB value is (186,93,72). Sum of RGB (Red+Green+Blue) = 186+93+72=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D48 is #45A2B7. Grayscale: #767676. Windows color (decimal): -4563640 or 4742586. OLE color: 4742586.

HSL color Cylindrical-coordinate representation of color #BA5D48: hue angle of 11.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA5D48 is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 72 -
CMYK 0 0.5 0.61 0.27
HSL 11.05º 0.45% 0.51% -
HSV(B) 11.05º 0.61% 0.73% -
XYZ 25.33 18.74 8.41 -
YUV 118.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 186 93 72 0 0.5 0.61 0.27 11.05 0.45 0.51
Hex BA 5D 48 0 32 3D 1B B 2D 33
Octal 272 135 110 0 62 75 33 13 55 63
Binary 10111010 1011101 1001000 0 110010 111101 11011 1011 101101 110011

Color Harmonies of #BA5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D48

Black with #BA5D48

Text Example


Text Example

White with #BA5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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