Html Css Color HEX #BA6046 Flame Pea

📋 copy color: '#BA6046'

red 186 ◦ green 96 ◦ blue 70

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

Shades of Flame Pea #BA6046

Tints of Flame Pea #BA6046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 52.84%
G = 27.27%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA6046 (or 0xBA6046) is known color: Flame Pea. HEX triplet: BA, 60 and 46. RGB value is (186,96,70). Sum of RGB (Red+Green+Blue) = 186+96+70=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6046 is #459FB9. Grayscale: #787878. Windows color (decimal): -4562874 or 4612282. OLE color: 4612282.

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

Color convert

RGB 186 96 70 -
CMYK 0 0.48 0.62 0.27
HSL 13.45º 0.46% 0.5% -
HSV(B) 13.45º 0.62% 0.73% -
XYZ 25.54 19.25 8.16 -
YUV 119.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 186 96 70 0 0.48 0.62 0.27 13.45 0.46 0.5
Hex BA 60 46 0 30 3E 1B D 2E 32
Octal 272 140 106 0 60 76 33 15 56 62
Binary 10111010 1100000 1000110 0 110000 111110 11011 1101 101110 110010

Color Harmonies of #BA6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6046

Black with #BA6046

Text Example


Text Example

White with #BA6046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6046; }

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

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

background-color css

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

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

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

border-color css

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

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

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