Html Css Color HEX #BA6052 Flame Pea

📋 copy color: '#BA6052'

red 186 ◦ green 96 ◦ blue 82

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

Shades of Flame Pea #BA6052

Tints of Flame Pea #BA6052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 51.1%
G = 26.37%
B = 22.53%

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

#BA6052 (or 0xBA6052) is known color: Flame Pea. HEX triplet: BA, 60 and 52. RGB value is (186,96,82). Sum of RGB (Red+Green+Blue) = 186+96+82=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6052 is #459FAD. Grayscale: #797979. Windows color (decimal): -4562862 or 5398714. OLE color: 5398714.

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

Color convert

RGB 186 96 82 -
CMYK 0 0.48 0.56 0.27
HSL 8.08º 0.43% 0.53% -
HSV(B) 8.08º 0.56% 0.73% -
XYZ 25.96 19.41 10.36 -
YUV 121.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 186 96 82 0 0.48 0.56 0.27 8.08 0.43 0.53
Hex BA 60 52 0 30 38 1B 8 2B 35
Octal 272 140 122 0 60 70 33 10 53 65
Binary 10111010 1100000 1010010 0 110000 111000 11011 1000 101011 110101

Color Harmonies of #BA6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6052

Black with #BA6052

Text Example


Text Example

White with #BA6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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