Html Css Color HEX #BA604D Flame Pea

📋 copy color: '#BA604D'

red 186 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #BA604D

Tints of Flame Pea #BA604D

RGB

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

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

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

R = 51.81%
G = 26.74%
B = 21.45%

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

#BA604D (or 0xBA604D) is known color: Flame Pea. HEX triplet: BA, 60 and 4D. RGB value is (186,96,77). Sum of RGB (Red+Green+Blue) = 186+96+77=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA604D is #459FB2. Grayscale: #787878. Windows color (decimal): -4562867 or 5071034. OLE color: 5071034.

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

Color convert

RGB 186 96 77 -
CMYK 0 0.48 0.59 0.27
HSL 10.46º 0.44% 0.52% -
HSV(B) 10.46º 0.59% 0.73% -
XYZ 25.77 19.34 9.4 -
YUV 120.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 186 96 77 0 0.48 0.59 0.27 10.46 0.44 0.52
Hex BA 60 4D 0 30 3B 1B A 2C 34
Octal 272 140 115 0 60 73 33 12 54 64
Binary 10111010 1100000 1001101 0 110000 111011 11011 1010 101100 110100

Color Harmonies of #BA604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA604D

Black with #BA604D

Text Example


Text Example

White with #BA604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA604D; }

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

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

background-color css

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

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

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

border-color css

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

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

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