Html Css Color HEX #BA604F Flame Pea

📋 copy color: '#BA604F'

red 186 ◦ green 96 ◦ blue 79

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

Shades of Flame Pea #BA604F

Tints of Flame Pea #BA604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 51.52%
G = 26.59%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA604F (or 0xBA604F) is known color: Flame Pea. HEX triplet: BA, 60 and 4F. RGB value is (186,96,79). Sum of RGB (Red+Green+Blue) = 186+96+79=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA604F is #459FB0. Grayscale: #797979. Windows color (decimal): -4562865 or 5202106. OLE color: 5202106.

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

Color convert

RGB 186 96 79 -
CMYK 0 0.48 0.58 0.27
HSL 9.53º 0.44% 0.52% -
HSV(B) 9.53º 0.58% 0.73% -
XYZ 25.84 19.37 9.77 -
YUV 120.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 186 96 79 0 0.48 0.58 0.27 9.53 0.44 0.52
Hex BA 60 4F 0 30 3A 1B A 2C 34
Octal 272 140 117 0 60 72 33 12 54 64
Binary 10111010 1100000 1001111 0 110000 111010 11011 1010 101100 110100

Color Harmonies of #BA604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA604F

Black with #BA604F

Text Example


Text Example

White with #BA604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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