Html Css Color HEX #BA5F52 Flame Pea

📋 copy color: '#BA5F52'

red 186 ◦ green 95 ◦ blue 82

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

Shades of Flame Pea #BA5F52

Tints of Flame Pea #BA5F52

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 51.24%
G = 26.17%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA5F52 (or 0xBA5F52) is known color: Flame Pea. HEX triplet: BA, 5F and 52. RGB value is (186,95,82). Sum of RGB (Red+Green+Blue) = 186+95+82=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F52 is #45A0AD. Grayscale: #787878. Windows color (decimal): -4563118 or 5398458. OLE color: 5398458.

HSL color Cylindrical-coordinate representation of color #BA5F52: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5F52 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 82 -
CMYK 0 0.49 0.56 0.27
HSL 7.5º 0.43% 0.53% -
HSV(B) 7.5º 0.56% 0.73% -
XYZ 25.86 19.23 10.33 -
YUV 120.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 186 95 82 0 0.49 0.56 0.27 7.5 0.43 0.53
Hex BA 5F 52 0 31 38 1B 8 2B 35
Octal 272 137 122 0 61 70 33 10 53 65
Binary 10111010 1011111 1010010 0 110001 111000 11011 1000 101011 110101

Color Harmonies of #BA5F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5F52

Black with #BA5F52

Text Example


Text Example

White with #BA5F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5F52; }

 p { color: rgb(186,95,82); }

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

background-color css

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

 a { background-color: rgb(186,95,82); }

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

border-color css

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

 span { border-color: rgb(186,95,82); }

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