Html Css Color HEX #BA5D4F Flame Pea

📋 copy color: '#BA5D4F'

red 186 ◦ green 93 ◦ blue 79

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

Shades of Flame Pea #BA5D4F

Tints of Flame Pea #BA5D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 51.96%
G = 25.98%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA5D4F (or 0xBA5D4F) is known color: Flame Pea. HEX triplet: BA, 5D and 4F. RGB value is (186,93,79). Sum of RGB (Red+Green+Blue) = 186+93+79=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D4F is #45A2B0. Grayscale: #777777. Windows color (decimal): -4563633 or 5201338. OLE color: 5201338.

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

Color convert

RGB 186 93 79 -
CMYK 0 0.5 0.58 0.27
HSL 7.85º 0.44% 0.52% -
HSV(B) 7.85º 0.58% 0.73% -
XYZ 25.58 18.83 9.68 -
YUV 119.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 186 93 79 0 0.5 0.58 0.27 7.85 0.44 0.52
Hex BA 5D 4F 0 32 3A 1B 8 2C 34
Octal 272 135 117 0 62 72 33 10 54 64
Binary 10111010 1011101 1001111 0 110010 111010 11011 1000 101100 110100

Color Harmonies of #BA5D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D4F

Black with #BA5D4F

Text Example


Text Example

White with #BA5D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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