Html Css Color HEX #BA614B Flame Pea

📋 copy color: '#BA614B'

red 186 ◦ green 97 ◦ blue 75

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

Shades of Flame Pea #BA614B

Tints of Flame Pea #BA614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 51.96%
G = 27.09%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA614B (or 0xBA614B) is known color: Flame Pea. HEX triplet: BA, 61 and 4B. RGB value is (186,97,75). Sum of RGB (Red+Green+Blue) = 186+97+75=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA614B is #459EB4. Grayscale: #797979. Windows color (decimal): -4562613 or 4940218. OLE color: 4940218.

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

Color convert

RGB 186 97 75 -
CMYK 0 0.48 0.60 0.27
HSL 11.89º 0.45% 0.51% -
HSV(B) 11.89º 0.6% 0.73% -
XYZ 25.79 19.5 9.06 -
YUV 121.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 186 97 75 0 0.48 0.60 0.27 11.89 0.45 0.51
Hex BA 61 4B 0 30 3C 1B C 2D 33
Octal 272 141 113 0 60 74 33 14 55 63
Binary 10111010 1100001 1001011 0 110000 111100 11011 1100 101101 110011

Color Harmonies of #BA614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA614B

Black with #BA614B

Text Example


Text Example

White with #BA614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA614B; }

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

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

background-color css

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

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

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

border-color css

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

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

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