Html Css Color HEX #BA6452 Flame Pea

📋 copy color: '#BA6452'

red 186 ◦ green 100 ◦ blue 82

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

Shades of Flame Pea #BA6452

Tints of Flame Pea #BA6452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 50.54%
G = 27.17%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA6452 (or 0xBA6452) is known color: Flame Pea. HEX triplet: BA, 64 and 52. RGB value is (186,100,82). Sum of RGB (Red+Green+Blue) = 186+100+82=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6452 is #459BAD. Grayscale: #7B7B7B. Windows color (decimal): -4561838 or 5399738. OLE color: 5399738.

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

Color convert

RGB 186 100 82 -
CMYK 0 0.46 0.56 0.27
HSL 10.38º 0.43% 0.53% -
HSV(B) 10.38º 0.56% 0.73% -
XYZ 26.33 20.16 10.49 -
YUV 123.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 186 100 82 0 0.46 0.56 0.27 10.38 0.43 0.53
Hex BA 64 52 0 2E 38 1B A 2B 35
Octal 272 144 122 0 56 70 33 12 53 65
Binary 10111010 1100100 1010010 0 101110 111000 11011 1010 101011 110101

Color Harmonies of #BA6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6452

Black with #BA6452

Text Example


Text Example

White with #BA6452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6452; }

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

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

background-color css

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

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

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

border-color css

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

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

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