Html Css Color HEX #BA5D53 Flame Pea

📋 copy color: '#BA5D53'

red 186 ◦ green 93 ◦ blue 83

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

Shades of Flame Pea #BA5D53

Tints of Flame Pea #BA5D53

RGB

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

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

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

R = 51.38%
G = 25.69%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA5D53 (or 0xBA5D53) is known color: Flame Pea. HEX triplet: BA, 5D and 53. RGB value is (186,93,83). Sum of RGB (Red+Green+Blue) = 186+93+83=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D53 is #45A2AC. Grayscale: #777777. Windows color (decimal): -4563629 or 5463482. OLE color: 5463482.

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

Color convert

RGB 186 93 83 -
CMYK 0 0.5 0.55 0.27
HSL 5.83º 0.43% 0.53% -
HSV(B) 5.83º 0.55% 0.73% -
XYZ 25.73 18.89 10.47 -
YUV 119.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 186 93 83 0 0.5 0.55 0.27 5.83 0.43 0.53
Hex BA 5D 53 0 32 37 1B 6 2B 35
Octal 272 135 123 0 62 67 33 6 53 65
Binary 10111010 1011101 1010011 0 110010 110111 11011 110 101011 110101

Color Harmonies of #BA5D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D53

Black with #BA5D53

Text Example


Text Example

White with #BA5D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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