Html Css Color HEX #BA5D51 Flame Pea

📋 copy color: '#BA5D51'

red 186 ◦ green 93 ◦ blue 81

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

Shades of Flame Pea #BA5D51

Tints of Flame Pea #BA5D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.5%

R = 51.67%
G = 25.83%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA5D51 (or 0xBA5D51) is known color: Flame Pea. HEX triplet: BA, 5D and 51. RGB value is (186,93,81). Sum of RGB (Red+Green+Blue) = 186+93+81=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D51 is #45A2AE. Grayscale: #777777. Windows color (decimal): -4563631 or 5332410. OLE color: 5332410.

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

Color convert

RGB 186 93 81 -
CMYK 0 0.5 0.56 0.27
HSL 6.86º 0.43% 0.52% -
HSV(B) 6.86º 0.56% 0.73% -
XYZ 25.65 18.86 10.07 -
YUV 119.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 186 93 81 0 0.5 0.56 0.27 6.86 0.43 0.52
Hex BA 5D 51 0 32 38 1B 7 2B 34
Octal 272 135 121 0 62 70 33 7 53 64
Binary 10111010 1011101 1010001 0 110010 111000 11011 111 101011 110100

Color Harmonies of #BA5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D51

Black with #BA5D51

Text Example


Text Example

White with #BA5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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