Html Css Color HEX #BA5A4D Flame Pea

📋 copy color: '#BA5A4D'

red 186 ◦ green 90 ◦ blue 77

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

Shades of Flame Pea #BA5A4D

Tints of Flame Pea #BA5A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 52.69%
G = 25.5%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA5A4D (or 0xBA5A4D) is known color: Flame Pea. HEX triplet: BA, 5A and 4D. RGB value is (186,90,77). Sum of RGB (Red+Green+Blue) = 186+90+77=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A4D is #45A5B2. Grayscale: #757575. Windows color (decimal): -4564403 or 5069498. OLE color: 5069498.

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

Color convert

RGB 186 90 77 -
CMYK 0 0.52 0.59 0.27
HSL 7.16º 0.44% 0.52% -
HSV(B) 7.16º 0.59% 0.73% -
XYZ 25.25 18.29 9.22 -
YUV 117.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 186 90 77 0 0.52 0.59 0.27 7.16 0.44 0.52
Hex BA 5A 4D 0 34 3B 1B 7 2C 34
Octal 272 132 115 0 64 73 33 7 54 64
Binary 10111010 1011010 1001101 0 110100 111011 11011 111 101100 110100

Color Harmonies of #BA5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A4D

Black with #BA5A4D

Text Example


Text Example

White with #BA5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A4D; }

 p { color: rgb(186,90,77); }

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

background-color css

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

 a { background-color: rgb(186,90,77); }

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

border-color css

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

 span { border-color: rgb(186,90,77); }

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