Html Css Color HEX #BA5843 Flame Pea

📋 copy color: '#BA5843'

red 186 ◦ green 88 ◦ blue 67

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

Shades of Flame Pea #BA5843

Tints of Flame Pea #BA5843

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 54.55%
G = 25.81%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA5843 (or 0xBA5843) is known color: Flame Pea. HEX triplet: BA, 58 and 43. RGB value is (186,88,67). Sum of RGB (Red+Green+Blue) = 186+88+67=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5843 is #45A7BC. Grayscale: #737373. Windows color (decimal): -4564925 or 4413626. OLE color: 4413626.

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

Color convert

RGB 186 88 67 -
CMYK 0 0.53 0.64 0.27
HSL 10.59º 0.47% 0.5% -
HSV(B) 10.59º 0.64% 0.73% -
XYZ 24.75 17.82 7.45 -
YUV 114.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 186 88 67 0 0.53 0.64 0.27 10.59 0.47 0.5
Hex BA 58 43 0 35 40 1B B 2F 32
Octal 272 130 103 0 65 100 33 13 57 62
Binary 10111010 1011000 1000011 0 110101 1000000 11011 1011 101111 110010

Color Harmonies of #BA5843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5843

Black with #BA5843

Text Example


Text Example

White with #BA5843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5843; }

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

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

background-color css

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

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

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

border-color css

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

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

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