Html Css Color HEX #BA6850 Flame Pea

📋 copy color: '#BA6850'

red 186 ◦ green 104 ◦ blue 80

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

Shades of Flame Pea #BA6850

Tints of Flame Pea #BA6850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 50.27%
G = 28.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA6850 (or 0xBA6850) is known color: Flame Pea. HEX triplet: BA, 68 and 50. RGB value is (186,104,80). Sum of RGB (Red+Green+Blue) = 186+104+80=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6850 is #4597AF. Grayscale: #7D7D7D. Windows color (decimal): -4560816 or 5269690. OLE color: 5269690.

HSL color Cylindrical-coordinate representation of color #BA6850: hue angle of 13.58º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6850 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 80 -
CMYK 0 0.44 0.57 0.27
HSL 13.58º 0.43% 0.52% -
HSV(B) 13.58º 0.57% 0.73% -
XYZ 26.65 20.92 10.22 -
YUV 125.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 186 104 80 0 0.44 0.57 0.27 13.58 0.43 0.52
Hex BA 68 50 0 2C 39 1B E 2B 34
Octal 272 150 120 0 54 71 33 16 53 64
Binary 10111010 1101000 1010000 0 101100 111001 11011 1110 101011 110100

Color Harmonies of #BA6850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6850

Black with #BA6850

Text Example


Text Example

White with #BA6850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6850; }

 p { color: rgb(186,104,80); }

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

background-color css

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

 a { background-color: rgb(186,104,80); }

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

border-color css

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

 span { border-color: rgb(186,104,80); }

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