Html Css Color HEX #BA5D50 Flame Pea

📋 copy color: '#BA5D50'

red 186 ◦ green 93 ◦ blue 80

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

Shades of Flame Pea #BA5D50

Tints of Flame Pea #BA5D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 51.81%
G = 25.91%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA5D50 (or 0xBA5D50) is known color: Flame Pea. HEX triplet: BA, 5D and 50. RGB value is (186,93,80). Sum of RGB (Red+Green+Blue) = 186+93+80=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D50 is #45A2AF. Grayscale: #777777. Windows color (decimal): -4563632 or 5266874. OLE color: 5266874.

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

Color convert

RGB 186 93 80 -
CMYK 0 0.5 0.57 0.27
HSL 7.36º 0.43% 0.52% -
HSV(B) 7.36º 0.57% 0.73% -
XYZ 25.61 18.85 9.88 -
YUV 119.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 186 93 80 0 0.5 0.57 0.27 7.36 0.43 0.52
Hex BA 5D 50 0 32 39 1B 7 2B 34
Octal 272 135 120 0 62 71 33 7 53 64
Binary 10111010 1011101 1010000 0 110010 111001 11011 111 101011 110100

Color Harmonies of #BA5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D50

Black with #BA5D50

Text Example


Text Example

White with #BA5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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