Html Css Color HEX #BA5B4D Flame Pea

📋 copy color: '#BA5B4D'

red 186 ◦ green 91 ◦ blue 77

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

Shades of Flame Pea #BA5B4D

Tints of Flame Pea #BA5B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 52.54%
G = 25.71%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA5B4D (or 0xBA5B4D) is known color: Flame Pea. HEX triplet: BA, 5B and 4D. RGB value is (186,91,77). Sum of RGB (Red+Green+Blue) = 186+91+77=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B4D is #45A4B2. Grayscale: #757575. Windows color (decimal): -4564147 or 5069754. OLE color: 5069754.

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

Color convert

RGB 186 91 77 -
CMYK 0 0.51 0.59 0.27
HSL 7.71º 0.44% 0.52% -
HSV(B) 7.71º 0.59% 0.73% -
XYZ 25.33 18.46 9.25 -
YUV 117.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 186 91 77 0 0.51 0.59 0.27 7.71 0.44 0.52
Hex BA 5B 4D 0 33 3B 1B 8 2C 34
Octal 272 133 115 0 63 73 33 10 54 64
Binary 10111010 1011011 1001101 0 110011 111011 11011 1000 101100 110100

Color Harmonies of #BA5B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B4D

Black with #BA5B4D

Text Example


Text Example

White with #BA5B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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