Html Css Color HEX #BA6550 Flame Pea

📋 copy color: '#BA6550'

red 186 ◦ green 101 ◦ blue 80

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

Shades of Flame Pea #BA6550

Tints of Flame Pea #BA6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 50.68%
G = 27.52%
B = 21.8%

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

#BA6550 (or 0xBA6550) is known color: Flame Pea. HEX triplet: BA, 65 and 50. RGB value is (186,101,80). Sum of RGB (Red+Green+Blue) = 186+101+80=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6550 is #459AAF. Grayscale: #7C7C7C. Windows color (decimal): -4561584 or 5268922. OLE color: 5268922.

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

Color convert

RGB 186 101 80 -
CMYK 0 0.46 0.57 0.27
HSL 11.89º 0.43% 0.52% -
HSV(B) 11.89º 0.57% 0.73% -
XYZ 26.35 20.33 10.12 -
YUV 124.02 103.16 172.21 -
System Red Green Blue C M Y K H S L
Decimal 186 101 80 0 0.46 0.57 0.27 11.89 0.43 0.52
Hex BA 65 50 0 2E 39 1B C 2B 34
Octal 272 145 120 0 56 71 33 14 53 64
Binary 10111010 1100101 1010000 0 101110 111001 11011 1100 101011 110100

Color Harmonies of #BA6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6550

Black with #BA6550

Text Example


Text Example

White with #BA6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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