Html Css Color HEX #BA5C4E Flame Pea

📋 copy color: '#BA5C4E'

red 186 ◦ green 92 ◦ blue 78

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

Shades of Flame Pea #BA5C4E

Tints of Flame Pea #BA5C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 52.25%
G = 25.84%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA5C4E (or 0xBA5C4E) is known color: Flame Pea. HEX triplet: BA, 5C and 4E. RGB value is (186,92,78). Sum of RGB (Red+Green+Blue) = 186+92+78=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C4E is #45A3B1. Grayscale: #767676. Windows color (decimal): -4563890 or 5135546. OLE color: 5135546.

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

Color convert

RGB 186 92 78 -
CMYK 0 0.51 0.58 0.27
HSL 7.78º 0.44% 0.52% -
HSV(B) 7.78º 0.58% 0.73% -
XYZ 25.45 18.64 9.46 -
YUV 118.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 186 92 78 0 0.51 0.58 0.27 7.78 0.44 0.52
Hex BA 5C 4E 0 33 3A 1B 8 2C 34
Octal 272 134 116 0 63 72 33 10 54 64
Binary 10111010 1011100 1001110 0 110011 111010 11011 1000 101100 110100

Color Harmonies of #BA5C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C4E

Black with #BA5C4E

Text Example


Text Example

White with #BA5C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C4E; }

 p { color: rgb(186,92,78); }

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

background-color css

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

 a { background-color: rgb(186,92,78); }

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

border-color css

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

 span { border-color: rgb(186,92,78); }

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