Html Css Color HEX #BA6852 Flame Pea

📋 copy color: '#BA6852'

red 186 ◦ green 104 ◦ blue 82

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

Shades of Flame Pea #BA6852

Tints of Flame Pea #BA6852

RGB

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

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

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

R = 50%
G = 27.96%
B = 22.04%

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

#BA6852 (or 0xBA6852) is known color: Flame Pea. HEX triplet: BA, 68 and 52. RGB value is (186,104,82). Sum of RGB (Red+Green+Blue) = 186+104+82=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6852 is #4597AD. Grayscale: #7E7E7E. Windows color (decimal): -4560814 or 5400762. OLE color: 5400762.

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

Color convert

RGB 186 104 82 -
CMYK 0 0.44 0.56 0.27
HSL 12.69º 0.43% 0.53% -
HSV(B) 12.69º 0.56% 0.73% -
XYZ 26.72 20.95 10.62 -
YUV 126.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 186 104 82 0 0.44 0.56 0.27 12.69 0.43 0.53
Hex BA 68 52 0 2C 38 1B D 2B 35
Octal 272 150 122 0 54 70 33 15 53 65
Binary 10111010 1101000 1010010 0 101100 111000 11011 1101 101011 110101

Color Harmonies of #BA6852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6852

Black with #BA6852

Text Example


Text Example

White with #BA6852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6852; }

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

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

background-color css

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

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

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

border-color css

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

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

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