Html Css Color HEX #BA604A Flame Pea

📋 copy color: '#BA604A'

red 186 ◦ green 96 ◦ blue 74

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

Shades of Flame Pea #BA604A

Tints of Flame Pea #BA604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 52.25%
G = 26.97%
B = 20.79%

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

#BA604A (or 0xBA604A) is known color: Flame Pea. HEX triplet: BA, 60 and 4A. RGB value is (186,96,74). Sum of RGB (Red+Green+Blue) = 186+96+74=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA604A is #459FB5. Grayscale: #787878. Windows color (decimal): -4562870 or 4874426. OLE color: 4874426.

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

Color convert

RGB 186 96 74 -
CMYK 0 0.48 0.60 0.27
HSL 11.79º 0.45% 0.51% -
HSV(B) 11.79º 0.6% 0.73% -
XYZ 25.67 19.3 8.85 -
YUV 120.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 186 96 74 0 0.48 0.60 0.27 11.79 0.45 0.51
Hex BA 60 4A 0 30 3C 1B C 2D 33
Octal 272 140 112 0 60 74 33 14 55 63
Binary 10111010 1100000 1001010 0 110000 111100 11011 1100 101101 110011

Color Harmonies of #BA604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA604A

Black with #BA604A

Text Example


Text Example

White with #BA604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA604A; }

 p { color: rgb(186,96,74); }

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

background-color css

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

 a { background-color: rgb(186,96,74); }

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

border-color css

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

 span { border-color: rgb(186,96,74); }

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