Html Css Color HEX #BA563D Flame Pea

📋 copy color: '#BA563D'

red 186 ◦ green 86 ◦ blue 61

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

Shades of Flame Pea #BA563D

Tints of Flame Pea #BA563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.83%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 55.86%
G = 25.83%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA563D (or 0xBA563D) is known color: Flame Pea. HEX triplet: BA, 56 and 3D. RGB value is (186,86,61). Sum of RGB (Red+Green+Blue) = 186+86+61=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA563D is #45A9C2. Grayscale: #717171. Windows color (decimal): -4565443 or 4019898. OLE color: 4019898.

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

Color convert

RGB 186 86 61 -
CMYK 0 0.54 0.67 0.27
HSL 12º 0.51% 0.48% -
HSV(B) 12º 0.67% 0.73% -
XYZ 24.42 17.43 6.49 -
YUV 113.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 186 86 61 0 0.54 0.67 0.27 12 0.51 0.48
Hex BA 56 3D 0 36 43 1B C 33 30
Octal 272 126 75 0 66 103 33 14 63 60
Binary 10111010 1010110 111101 0 110110 1000011 11011 1100 110011 110000

Color Harmonies of #BA563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA563D

Black with #BA563D

Text Example


Text Example

White with #BA563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA563D; }

 p { color: rgb(186,86,61); }

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

background-color css

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

 a { background-color: rgb(186,86,61); }

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

border-color css

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

 span { border-color: rgb(186,86,61); }

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