Html Css Color HEX #BA6053 Flame Pea

📋 copy color: '#BA6053'

red 186 ◦ green 96 ◦ blue 83

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

Shades of Flame Pea #BA6053

Tints of Flame Pea #BA6053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 50.96%
G = 26.3%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA6053 (or 0xBA6053) is known color: Flame Pea. HEX triplet: BA, 60 and 53. RGB value is (186,96,83). Sum of RGB (Red+Green+Blue) = 186+96+83=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6053 is #459FAC. Grayscale: #797979. Windows color (decimal): -4562861 or 5464250. OLE color: 5464250.

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

Color convert

RGB 186 96 83 -
CMYK 0 0.48 0.55 0.27
HSL 7.57º 0.43% 0.53% -
HSV(B) 7.57º 0.55% 0.73% -
XYZ 25.99 19.43 10.56 -
YUV 121.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 186 96 83 0 0.48 0.55 0.27 7.57 0.43 0.53
Hex BA 60 53 0 30 37 1B 8 2B 35
Octal 272 140 123 0 60 67 33 10 53 65
Binary 10111010 1100000 1010011 0 110000 110111 11011 1000 101011 110101

Color Harmonies of #BA6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6053

Black with #BA6053

Text Example


Text Example

White with #BA6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6053; }

 p { color: rgb(186,96,83); }

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

background-color css

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

 a { background-color: rgb(186,96,83); }

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

border-color css

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

 span { border-color: rgb(186,96,83); }

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