Html Css Color HEX #BA6047 Flame Pea

📋 copy color: '#BA6047'

red 186 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #BA6047

Tints of Flame Pea #BA6047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 52.69%
G = 27.2%
B = 20.11%

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

#BA6047 (or 0xBA6047) is known color: Flame Pea. HEX triplet: BA, 60 and 47. RGB value is (186,96,71). Sum of RGB (Red+Green+Blue) = 186+96+71=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6047 is #459FB8. Grayscale: #787878. Windows color (decimal): -4562873 or 4677818. OLE color: 4677818.

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

Color convert

RGB 186 96 71 -
CMYK 0 0.48 0.62 0.27
HSL 13.04º 0.45% 0.5% -
HSV(B) 13.04º 0.62% 0.73% -
XYZ 25.57 19.26 8.33 -
YUV 120.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 186 96 71 0 0.48 0.62 0.27 13.04 0.45 0.5
Hex BA 60 47 0 30 3E 1B D 2D 32
Octal 272 140 107 0 60 76 33 15 55 62
Binary 10111010 1100000 1000111 0 110000 111110 11011 1101 101101 110010

Color Harmonies of #BA6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6047

Black with #BA6047

Text Example


Text Example

White with #BA6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6047; }

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

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

background-color css

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

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

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

border-color css

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

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

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