Html Css Color HEX #BA6952 Flame Pea

📋 copy color: '#BA6952'

red 186 ◦ green 105 ◦ blue 82

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

Shades of Flame Pea #BA6952

Tints of Flame Pea #BA6952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

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

R = 49.87%
G = 28.15%
B = 21.98%

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

#BA6952 (or 0xBA6952) is known color: Flame Pea. HEX triplet: BA, 69 and 52. RGB value is (186,105,82). Sum of RGB (Red+Green+Blue) = 186+105+82=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6952 is #4596AD. Grayscale: #7E7E7E. Windows color (decimal): -4560558 or 5401018. OLE color: 5401018.

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

Color convert

RGB 186 105 82 -
CMYK 0 0.44 0.56 0.27
HSL 13.27º 0.43% 0.53% -
HSV(B) 13.27º 0.56% 0.73% -
XYZ 26.82 21.15 10.65 -
YUV 126.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 186 105 82 0 0.44 0.56 0.27 13.27 0.43 0.53
Hex BA 69 52 0 2C 38 1B D 2B 35
Octal 272 151 122 0 54 70 33 15 53 65
Binary 10111010 1101001 1010010 0 101100 111000 11011 1101 101011 110101

Color Harmonies of #BA6952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6952

Black with #BA6952

Text Example


Text Example

White with #BA6952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6952; }

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

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

background-color css

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

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

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

border-color css

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

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

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