Html Css Color HEX #BA6450 Flame Pea

📋 copy color: '#BA6450'

red 186 ◦ green 100 ◦ blue 80

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

Shades of Flame Pea #BA6450

Tints of Flame Pea #BA6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 50.82%
G = 27.32%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA6450 (or 0xBA6450) is known color: Flame Pea. HEX triplet: BA, 64 and 50. RGB value is (186,100,80). Sum of RGB (Red+Green+Blue) = 186+100+80=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6450 is #459BAF. Grayscale: #7B7B7B. Windows color (decimal): -4561840 or 5268666. OLE color: 5268666.

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

Color convert

RGB 186 100 80 -
CMYK 0 0.46 0.57 0.27
HSL 11.32º 0.43% 0.52% -
HSV(B) 11.32º 0.57% 0.73% -
XYZ 26.25 20.13 10.09 -
YUV 123.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 186 100 80 0 0.46 0.57 0.27 11.32 0.43 0.52
Hex BA 64 50 0 2E 39 1B B 2B 34
Octal 272 144 120 0 56 71 33 13 53 64
Binary 10111010 1100100 1010000 0 101110 111001 11011 1011 101011 110100

Color Harmonies of #BA6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6450

Black with #BA6450

Text Example


Text Example

White with #BA6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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