Html Css Color HEX #BA6051 Flame Pea

📋 copy color: '#BA6051'

red 186 ◦ green 96 ◦ blue 81

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

Shades of Flame Pea #BA6051

Tints of Flame Pea #BA6051

RGB

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

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

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

R = 51.24%
G = 26.45%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA6051 (or 0xBA6051) is known color: Flame Pea. HEX triplet: BA, 60 and 51. RGB value is (186,96,81). Sum of RGB (Red+Green+Blue) = 186+96+81=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6051 is #459FAE. Grayscale: #797979. Windows color (decimal): -4562863 or 5333178. OLE color: 5333178.

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

Color convert

RGB 186 96 81 -
CMYK 0 0.48 0.56 0.27
HSL 8.57º 0.43% 0.52% -
HSV(B) 8.57º 0.56% 0.73% -
XYZ 25.92 19.4 10.16 -
YUV 121.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 186 96 81 0 0.48 0.56 0.27 8.57 0.43 0.52
Hex BA 60 51 0 30 38 1B 9 2B 34
Octal 272 140 121 0 60 70 33 11 53 64
Binary 10111010 1100000 1010001 0 110000 111000 11011 1001 101011 110100

Color Harmonies of #BA6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6051

Black with #BA6051

Text Example


Text Example

White with #BA6051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6051; }

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

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

background-color css

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

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

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

border-color css

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

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

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