Html Css Color HEX #BA6250 Flame Pea

📋 copy color: '#BA6250'

red 186 ◦ green 98 ◦ blue 80

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

Shades of Flame Pea #BA6250

Tints of Flame Pea #BA6250

RGB

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

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

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

R = 51.1%
G = 26.92%
B = 21.98%

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

#BA6250 (or 0xBA6250) is known color: Flame Pea. HEX triplet: BA, 62 and 50. RGB value is (186,98,80). Sum of RGB (Red+Green+Blue) = 186+98+80=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6250 is #459DAF. Grayscale: #7A7A7A. Windows color (decimal): -4562352 or 5268154. OLE color: 5268154.

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

Color convert

RGB 186 98 80 -
CMYK 0 0.47 0.57 0.27
HSL 10.19º 0.43% 0.52% -
HSV(B) 10.19º 0.57% 0.73% -
XYZ 26.07 19.75 10.03 -
YUV 122.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 186 98 80 0 0.47 0.57 0.27 10.19 0.43 0.52
Hex BA 62 50 0 2F 39 1B A 2B 34
Octal 272 142 120 0 57 71 33 12 53 64
Binary 10111010 1100010 1010000 0 101111 111001 11011 1010 101011 110100

Color Harmonies of #BA6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6250

Black with #BA6250

Text Example


Text Example

White with #BA6250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6250; }

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

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

background-color css

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

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

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

border-color css

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

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

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