Html Css Color HEX #BA6243 Flame Pea

📋 copy color: '#BA6243'

red 186 ◦ green 98 ◦ blue 67

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

Shades of Flame Pea #BA6243

Tints of Flame Pea #BA6243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 52.99%
G = 27.92%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA6243 (or 0xBA6243) is known color: Flame Pea. HEX triplet: BA, 62 and 43. RGB value is (186,98,67). Sum of RGB (Red+Green+Blue) = 186+98+67=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6243 is #459DBC. Grayscale: #787878. Windows color (decimal): -4562365 or 4416186. OLE color: 4416186.

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

Color convert

RGB 186 98 67 -
CMYK 0 0.47 0.64 0.27
HSL 15.63º 0.47% 0.5% -
HSV(B) 15.63º 0.64% 0.73% -
XYZ 25.63 19.58 7.74 -
YUV 120.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 186 98 67 0 0.47 0.64 0.27 15.63 0.47 0.5
Hex BA 62 43 0 2F 40 1B 10 2F 32
Octal 272 142 103 0 57 100 33 20 57 62
Binary 10111010 1100010 1000011 0 101111 1000000 11011 10000 101111 110010

Color Harmonies of #BA6243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6243

Black with #BA6243

Text Example


Text Example

White with #BA6243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6243; }

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

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

background-color css

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

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

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

border-color css

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

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

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