Html Css Color HEX #BA6350 Flame Pea

📋 copy color: '#BA6350'

red 186 ◦ green 99 ◦ blue 80

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

Shades of Flame Pea #BA6350

Tints of Flame Pea #BA6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 50.96%
G = 27.12%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA6350 (or 0xBA6350) is known color: Flame Pea. HEX triplet: BA, 63 and 50. RGB value is (186,99,80). Sum of RGB (Red+Green+Blue) = 186+99+80=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6350 is #459CAF. Grayscale: #7B7B7B. Windows color (decimal): -4562096 or 5268410. OLE color: 5268410.

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

Color convert

RGB 186 99 80 -
CMYK 0 0.47 0.57 0.27
HSL 10.75º 0.43% 0.52% -
HSV(B) 10.75º 0.57% 0.73% -
XYZ 26.16 19.94 10.06 -
YUV 122.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 186 99 80 0 0.47 0.57 0.27 10.75 0.43 0.52
Hex BA 63 50 0 2F 39 1B B 2B 34
Octal 272 143 120 0 57 71 33 13 53 64
Binary 10111010 1100011 1010000 0 101111 111001 11011 1011 101011 110100

Color Harmonies of #BA6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6350

Black with #BA6350

Text Example


Text Example

White with #BA6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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