Html Css Color HEX #BA5B48 Flame Pea

📋 copy color: '#BA5B48'

red 186 ◦ green 91 ◦ blue 72

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

Shades of Flame Pea #BA5B48

Tints of Flame Pea #BA5B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.07%

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

R = 53.3%
G = 26.07%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA5B48 (or 0xBA5B48) is known color: Flame Pea. HEX triplet: BA, 5B and 48. RGB value is (186,91,72). Sum of RGB (Red+Green+Blue) = 186+91+72=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B48 is #45A4B7. Grayscale: #757575. Windows color (decimal): -4564152 or 4742074. OLE color: 4742074.

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

Color convert

RGB 186 91 72 -
CMYK 0 0.51 0.61 0.27
HSL 10º 0.45% 0.51% -
HSV(B) 10º 0.61% 0.73% -
XYZ 25.16 18.39 8.35 -
YUV 117.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 186 91 72 0 0.51 0.61 0.27 10 0.45 0.51
Hex BA 5B 48 0 33 3D 1B A 2D 33
Octal 272 133 110 0 63 75 33 12 55 63
Binary 10111010 1011011 1001000 0 110011 111101 11011 1010 101101 110011

Color Harmonies of #BA5B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B48

Black with #BA5B48

Text Example


Text Example

White with #BA5B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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