Html Css Color HEX #BA563F Flame Pea

📋 copy color: '#BA563F'

red 186 ◦ green 86 ◦ blue 63

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

Shades of Flame Pea #BA563F

Tints of Flame Pea #BA563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 55.52%
G = 25.67%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA563F (or 0xBA563F) is known color: Flame Pea. HEX triplet: BA, 56 and 3F. RGB value is (186,86,63). Sum of RGB (Red+Green+Blue) = 186+86+63=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA563F is #45A9C0. Grayscale: #717171. Windows color (decimal): -4565441 or 4150970. OLE color: 4150970.

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

Color convert

RGB 186 86 63 -
CMYK 0 0.54 0.66 0.27
HSL 11.22º 0.49% 0.49% -
HSV(B) 11.22º 0.66% 0.73% -
XYZ 24.47 17.45 6.78 -
YUV 113.28 99.63 179.87 -
System Red Green Blue C M Y K H S L
Decimal 186 86 63 0 0.54 0.66 0.27 11.22 0.49 0.49
Hex BA 56 3F 0 36 42 1B B 31 31
Octal 272 126 77 0 66 102 33 13 61 61
Binary 10111010 1010110 111111 0 110110 1000010 11011 1011 110001 110001

Color Harmonies of #BA563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA563F

Black with #BA563F

Text Example


Text Example

White with #BA563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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