Html Css Color HEX #BA6143 Flame Pea

📋 copy color: '#BA6143'

red 186 ◦ green 97 ◦ blue 67

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

Shades of Flame Pea #BA6143

Tints of Flame Pea #BA6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 53.14%
G = 27.71%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA6143 (or 0xBA6143) is known color: Flame Pea. HEX triplet: BA, 61 and 43. RGB value is (186,97,67). Sum of RGB (Red+Green+Blue) = 186+97+67=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6143 is #459EBC. Grayscale: #787878. Windows color (decimal): -4562621 or 4415930. OLE color: 4415930.

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

Color convert

RGB 186 97 67 -
CMYK 0 0.48 0.64 0.27
HSL 15.13º 0.47% 0.5% -
HSV(B) 15.13º 0.64% 0.73% -
XYZ 25.54 19.39 7.71 -
YUV 120.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 186 97 67 0 0.48 0.64 0.27 15.13 0.47 0.5
Hex BA 61 43 0 30 40 1B F 2F 32
Octal 272 141 103 0 60 100 33 17 57 62
Binary 10111010 1100001 1000011 0 110000 1000000 11011 1111 101111 110010

Color Harmonies of #BA6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6143

Black with #BA6143

Text Example


Text Example

White with #BA6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6143; }

 p { color: rgb(186,97,67); }

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

background-color css

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

 a { background-color: rgb(186,97,67); }

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

border-color css

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

 span { border-color: rgb(186,97,67); }

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