Html Css Color HEX #BA614C Flame Pea

📋 copy color: '#BA614C'

red 186 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #BA614C

Tints of Flame Pea #BA614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 76 (30.08% from 255) = 21.17%

R = 51.81%
G = 27.02%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA614C (or 0xBA614C) is known color: Flame Pea. HEX triplet: BA, 61 and 4C. RGB value is (186,97,76). Sum of RGB (Red+Green+Blue) = 186+97+76=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA614C is #459EB3. Grayscale: #797979. Windows color (decimal): -4562612 or 5005754. OLE color: 5005754.

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

Color convert

RGB 186 97 76 -
CMYK 0 0.48 0.59 0.27
HSL 11.45º 0.44% 0.51% -
HSV(B) 11.45º 0.59% 0.73% -
XYZ 25.83 19.51 9.24 -
YUV 121.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 186 97 76 0 0.48 0.59 0.27 11.45 0.44 0.51
Hex BA 61 4C 0 30 3B 1B B 2C 33
Octal 272 141 114 0 60 73 33 13 54 63
Binary 10111010 1100001 1001100 0 110000 111011 11011 1011 101100 110011

Color Harmonies of #BA614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA614C

Black with #BA614C

Text Example


Text Example

White with #BA614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA614C; }

 p { color: rgb(186,97,76); }

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

background-color css

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

 a { background-color: rgb(186,97,76); }

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

border-color css

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

 span { border-color: rgb(186,97,76); }

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