Html Css Color HEX #BA5A50 Flame Pea

📋 copy color: '#BA5A50'

red 186 ◦ green 90 ◦ blue 80

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

Shades of Flame Pea #BA5A50

Tints of Flame Pea #BA5A50

RGB

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

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

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

R = 52.25%
G = 25.28%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA5A50 (or 0xBA5A50) is known color: Flame Pea. HEX triplet: BA, 5A and 50. RGB value is (186,90,80). Sum of RGB (Red+Green+Blue) = 186+90+80=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A50 is #45A5AF. Grayscale: #757575. Windows color (decimal): -4564400 or 5266106. OLE color: 5266106.

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

Color convert

RGB 186 90 80 -
CMYK 0 0.52 0.57 0.27
HSL 5.66º 0.43% 0.52% -
HSV(B) 5.66º 0.57% 0.73% -
XYZ 25.35 18.33 9.79 -
YUV 117.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 186 90 80 0 0.52 0.57 0.27 5.66 0.43 0.52
Hex BA 5A 50 0 34 39 1B 6 2B 34
Octal 272 132 120 0 64 71 33 6 53 64
Binary 10111010 1011010 1010000 0 110100 111001 11011 110 101011 110100

Color Harmonies of #BA5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A50

Black with #BA5A50

Text Example


Text Example

White with #BA5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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