Html Css Color HEX #BA6851 Flame Pea

📋 copy color: '#BA6851'

red 186 ◦ green 104 ◦ blue 81

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

Shades of Flame Pea #BA6851

Tints of Flame Pea #BA6851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 50.13%
G = 28.03%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA6851 (or 0xBA6851) is known color: Flame Pea. HEX triplet: BA, 68 and 51. RGB value is (186,104,81). Sum of RGB (Red+Green+Blue) = 186+104+81=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6851 is #4597AE. Grayscale: #7E7E7E. Windows color (decimal): -4560815 or 5335226. OLE color: 5335226.

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

Color convert

RGB 186 104 81 -
CMYK 0 0.44 0.56 0.27
HSL 13.14º 0.43% 0.52% -
HSV(B) 13.14º 0.56% 0.73% -
XYZ 26.69 20.93 10.42 -
YUV 125.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 186 104 81 0 0.44 0.56 0.27 13.14 0.43 0.52
Hex BA 68 51 0 2C 38 1B D 2B 34
Octal 272 150 121 0 54 70 33 15 53 64
Binary 10111010 1101000 1010001 0 101100 111000 11011 1101 101011 110100

Color Harmonies of #BA6851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6851

Black with #BA6851

Text Example


Text Example

White with #BA6851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6851; }

 p { color: rgb(186,104,81); }

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

background-color css

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

 a { background-color: rgb(186,104,81); }

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

border-color css

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

 span { border-color: rgb(186,104,81); }

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